Skip to content

Commit

Permalink
Remove tca exclude option for l18n_parent columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslow committed Oct 22, 2024
1 parent 5c4c903 commit 34c3fa8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Configuration/TCA/tx_dlf_collections.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
],
'l18n_parent' => [
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
'config' => [
'type' => 'select',
Expand Down
1 change: 0 additions & 1 deletion Configuration/TCA/tx_dlf_libraries.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
],
'l18n_parent' => [
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
'config' => [
'type' => 'select',
Expand Down
1 change: 0 additions & 1 deletion Configuration/TCA/tx_dlf_metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
],
'l18n_parent' => [
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
'config' => [
'type' => 'select',
Expand Down
1 change: 0 additions & 1 deletion Configuration/TCA/tx_dlf_structures.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
],
'l18n_parent' => [
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
'config' => [
'type' => 'select',
Expand Down

0 comments on commit 34c3fa8

Please sign in to comment.