Bug #59032
closedPages Language Overlay -> Media Link / Alternative missing
0%
Description
I've just noticed that it is not possible to set the alternative and link field for page-media in the translation mode (pages_language_overlay).
The fields title and description are available directly from the File Abstraction Layer field for page media.
It seems like the pages language overlay is using the "basicoverlayPalette" from sysext/core/Configuration/TCA/sys_file_reference.php near line 257
'basicoverlayPalette' => array( 'showitem' => 'title,description', 'canNotCollapse' => TRUE ),
I think it should use the imageoverlayPalette near line 262 of the file. When changing the basicoverlayPalette to the same showitem fields, alternative and link field will also show up on language overlay, but of course it would not fix the issue, that the overlay is chosing the wrong palette.
'basicoverlayPalette' => array( 'showitem' => ' title,alternative;;;;3-3-3,--linebreak--, link,description ', 'canNotCollapse' => TRUE ),
Files
Updated by Teamgeist Medien over 10 years ago
- File fal_languageoverlay.png fal_languageoverlay.png added
Updated by Philipp Gampe over 10 years ago
- Status changed from New to Needs Feedback
This is an MM relation, therefore the field contains only the count of references. You need to define the overlay stuff the the relation table itself.
Updated by Alexander Opitz about 10 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
next-patchlevel)
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Updated by Willi Martens almost 10 years ago
alternative and link field for page-media in the translation shold be translatable by default without editing the tca.