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

[BUGFIX] Fix broken translation handling of authors

parent e64aad18
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,6 @@ $GLOBALS['TCA']['pages']['types'][\SGalinski\SgNews\Utility\BackendNewsUtility::
],
'tx_sgnews_news_author' => [
'exclude' => TRUE,
'l10n_exclude' => TRUE,
'label' => $localLangDbPath . 'pages.tx_sgnews_news_author',
'config' => [
'type' => 'group',
......@@ -217,10 +216,19 @@ $GLOBALS['TCA']['pages']['types'][\SGalinski\SgNews\Utility\BackendNewsUtility::
'items' => [
['', ''],
],
'behaviour' => [
'allowLanguageSynchronization' => TRUE
],
'fieldWizard' => [
'localizationStateSelector' => TRUE
],
'fieldControl' => [
'addRecord' => [
'disabled' => FALSE,
],
'editPopup' => [
'disabled' => FALSE
]
],
],
],
......
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