Bug #24230
closedRadio Selector for content to show on mount pages not displaying the selected value
0%
Description
The selector "Show content of" (DB field pages:mount_pid_ol) for mount pages is not showing the selected value.
(issue imported from #M16599)
Files
Updated by Ingo Renner almost 14 years ago
Joey, kannst du dir das vielleicht mal anschauen?
Updated by Jo Hasenau almost 14 years ago
Erledigt.
Das kommt davon, wenn man unbesehen annimmt, daß im TCA alles, was "items" hat, identisch behandelt würde ... ;-)
Patch hängt dran und ist getestet.
Updated by Jo Hasenau almost 14 years ago
BTW: Aren't we supposed to write in English here? ;-)
This raises another issue with the "Mount Point" page type:
The German Translation "Einstiegspunkt" is misleading.
Especially the fact, that it is used for both "Mount Point" AND "Mounted page" makes it even worse. IMHO "Einstiegspunkt" would be correct for a page containing a domain record, since this would be the page where you get in.
In this case it's nothing else but a page that works as a point to attach (mount) something to. So a correct German meaning would be "Halterung" or "Verbindungsstelle" or similar words.
"Mounted page" would be "Verbundene Seite" then.
Additionally it should be "dieser Seite" to complete the sentence "Zeige Inhalt von".
Updated by Ingo Renner almost 14 years ago
Hmm, the patch doesn't change anything for me, the input tag's value attribute is still empty...
<input type="radio" class="radio" name="data[pages][237][mount_pid_ol]" value="" onclick="TBE_EDITOR.fieldChanged('pages','237','mount_pid_ol','data[pages][237][mount_pid_ol]');" id="data_pages_237_mount_pid_ol_1" /> <label for="data_pages_237_mount_pid_ol_1">Mounted page</label>
Updated by Ingo Renner almost 14 years ago
even when setting the field to 1 in the DB by hand, the radio button doesn't change...
Updated by Jo Hasenau almost 14 years ago
Did you clear the configuration cache?
Updated by Ingo Renner almost 14 years ago
yep, but since it's in t3lib, it's not cached anyways...