Project

General

Profile

Actions

Bug #87426

closed

label_alt + label_alt_force for IRRE childs cannot be overwritten using OverrideChildTca()

Added by Jan Kornblum over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2019-01-14
Due date:
% Done:

0%

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

Description

I tried to overwrite childs (IRRE) appearance (label_alt, label_alt_force) for performance reasons in BE (https://forge.typo3.org/issues/82730):

'columns' => [
    'childs' => [
        'config' => [
            'type' => 'inline',
            'foreign_table' => 'tx_ext_domain_model_child',
            'foreign_field' => 'parent',
            'overrideChildTca' => [
                'ctrl' => [
                    'label_alt' => '',
                    'label_alt_force' => false,
                ]
            ],    
        ],
    ],
]

Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #82730: Opening record in backend painfully slow with foreign table and large main tableUnder Review2017-10-11

Actions
Actions

Also available in: Atom PDF