Project

General

Profile

Actions

Bug #59032

closed

Pages Language Overlay -> Media Link / Alternative missing

Added by Teamgeist Medien over 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-05-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

fal_languageoverlay.png (39.4 KB) fal_languageoverlay.png Teamgeist Medien, 2014-05-22 15:18
Actions #2

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.

Actions #3

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.

Actions #4

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.

Actions

Also available in: Atom PDF