Skip to content

Commit a290040

Browse files
authored
Merge pull request #705 from georgringer/develop
[TASK] Remove exclude from l10n_parent fields
2 parents 6a40618 + 5b31e2b commit a290040

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

Configuration/TCA/tx_powermail_domain_model_answer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
],
5050
'l10n_parent' => [
5151
'displayCond' => 'FIELD:sys_language_uid:>:0',
52-
'exclude' => true,
5352
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
5453
'config' => [
5554
'type' => 'select',

Configuration/TCA/tx_powermail_domain_model_field.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@
354354
],
355355
'l10n_parent' => [
356356
'displayCond' => 'FIELD:sys_language_uid:>:0',
357-
'exclude' => true,
358357
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
359358
'config' => [
360359
'type' => 'select',

Configuration/TCA/tx_powermail_domain_model_form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
],
5656
'l10n_parent' => [
5757
'displayCond' => 'FIELD:sys_language_uid:>:0',
58-
'exclude' => true,
5958
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
6059
'config' => [
6160
'type' => 'select',

Configuration/TCA/tx_powermail_domain_model_mail.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
],
6767
'l10n_parent' => [
6868
'displayCond' => 'FIELD:sys_language_uid:>:0',
69-
'exclude' => true,
7069
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
7170
'config' => [
7271
'type' => 'select',

Configuration/TCA/tx_powermail_domain_model_page.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
],
5656
'l10n_parent' => [
5757
'displayCond' => 'FIELD:sys_language_uid:>:0',
58-
'exclude' => true,
5958
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
6059
'config' => [
6160
'type' => 'select',

0 commit comments

Comments
 (0)