Project

General

Profile

Actions

Bug #93433

open

TCA placeholder __row|field doesn't translate related records

Added by Sebastian Michaelsen about 3 years ago. Updated about 3 years ago.

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 #1

Updated by Sebastian Michaelsen about 3 years ago

  • Description updated (diff)
Actions

Also available in: Atom PDF