Actions
Bug #87426
closedlabel_alt + label_alt_force for IRRE childs cannot be overwritten using OverrideChildTca()
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,
]
],
],
],
]
Actions