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

[BUGFIX] Make the languages tab visible again

parent 844178db
No related branches found
No related tags found
1 merge request!8Feature upgrade to9 lts
...@@ -391,7 +391,9 @@ call_user_func( ...@@ -391,7 +391,9 @@ call_user_func(
'abstract', 'abstract',
'tx_projectbase_seo_titletag', 'tx_projectbase_seo_titletag',
'tx_projectbase_seo_canonicaltag', 'tx_projectbase_seo_canonicaltag',
'hidden' 'hidden',
'sys_language_uid',
'tx_languagevisibility_visibility'
]) ])
) { ) {
$GLOBALS['TCA'][$table]['types'][\SGalinski\SgNews\Utility\BackendNewsUtility::NEWS_DOKTYPE]['columnsOverrides'][$languageExcludeField]['l10n_mode'] = 'exclude'; $GLOBALS['TCA'][$table]['types'][\SGalinski\SgNews\Utility\BackendNewsUtility::NEWS_DOKTYPE]['columnsOverrides'][$languageExcludeField]['l10n_mode'] = 'exclude';
......
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