Actions
Bug #93433
openTCA placeholder __row|field doesn't translate related records
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-02-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using the __row|field syntax in placeholders, the related row is not overlaid with its translation.
example TCA for a tt_content field:
'tx_myext_teaser_title' => [ 'label' => $lll . '.tx_myext_teaser_title', 'config' => [ 'type' => 'input', 'placeholder' => '__row|tx_myext_teaser_page|title', ], ],
For a translated content element, the placeholder should be filled with the value from the translated page record.
Actions