Bug #80561
closedTCA l18n_parent type "group" wont show original values in forms
0%
Description
Setting a translation parent (l18n_parent on default) in TCA to "group" disables the view of the original entries in the forms. Only
"type" => "group",
"internal_type" => "db",
Only 'type' => 'select' works
Updated by Oliver Hader over 7 years ago
- Status changed from New to Needs Feedback
Can you please provide the full configuration in TCA for that field?
Updated by Klaus Hinum over 7 years ago
'l18n_parent' => array (
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.xml:LGL.l18n_parent',
"config" => Array (
"type" => "group",
"internal_type" => "db",
"allowed" => "tx_nbc2_chipset",
"size" => 1,
"minitems" => 0,
"maxitems" => 1,
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
'default' => array(
'searchCondition' => 'sys_language_uid IN (-1,0)',
),
),
),
)
),
for example, but changing just the field from select to group and internal_type to db without the wizard also breaks it.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Needs Feedback to New
Updated by Markus Klein over 5 years ago
- Status changed from New to Needs Feedback
This seems to work on v8+
Updated by Christian Eßl about 5 years ago
- Category set to FormEngine aka TCEforms
Updated by Riccardo De Contardi almost 5 years ago
- Status changed from Needs Feedback to Closed
No feedback since the last 90 days => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.
Thank you and best regards