Skip to content
Snippets Groups Projects
Commit eb7923af authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Remove exclude for l10n_parent field, because it causes bugs with...

[TASK] Remove exclude for l10n_parent field, because it causes bugs with translations in limited be-accounts
parent c8517834
No related branches found
No related tags found
1 merge request!23Feature upgrade to typo3 10
......@@ -79,7 +79,6 @@ return call_user_func(
],
'l10n_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',
......
......@@ -84,7 +84,6 @@ return call_user_func(
],
'l10n_parent' => [
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => TRUE,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
'config' => [
'type' => 'select',
......
......@@ -82,7 +82,6 @@ return call_user_func(
],
'l10n_parent' => [
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => TRUE,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
'config' => [
'type' => 'select',
......
......@@ -82,7 +82,6 @@ return call_user_func(
],
'l10n_parent' => [
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => TRUE,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
'config' => [
'type' => 'select',
......
......@@ -116,7 +116,6 @@ return call_user_func(
],
'l10n_parent' => [
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => TRUE,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
'config' => [
'type' => 'select',
......
......@@ -81,7 +81,6 @@ return call_user_func(
],
'l10n_parent' => [
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => TRUE,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
'config' => [
'type' => 'select',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment