Skip to content
Snippets Groups Projects
Commit 1ab27855 authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Remove showRemovedLocalizationRecords

parent 3f11984c
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,6 @@ $GLOBALS['TCA']['pages']['types'][\SGalinski\SgNews\Utility\BackendNewsUtility:: ...@@ -165,7 +165,6 @@ $GLOBALS['TCA']['pages']['types'][\SGalinski\SgNews\Utility\BackendNewsUtility::
], ],
'appearance' => [ 'appearance' => [
'showPossibleLocalizationRecords' => TRUE, 'showPossibleLocalizationRecords' => TRUE,
'showRemovedLocalizationRecords' => TRUE,
'showSynchronizationLink' => TRUE, 'showSynchronizationLink' => TRUE,
'showAllLocalizationLink' => TRUE, 'showAllLocalizationLink' => TRUE,
], ],
...@@ -215,7 +214,6 @@ $GLOBALS['TCA']['pages']['types'][\SGalinski\SgNews\Utility\BackendNewsUtility:: ...@@ -215,7 +214,6 @@ $GLOBALS['TCA']['pages']['types'][\SGalinski\SgNews\Utility\BackendNewsUtility::
], ],
'appearance' => [ 'appearance' => [
'showPossibleLocalizationRecords' => TRUE, 'showPossibleLocalizationRecords' => TRUE,
'showRemovedLocalizationRecords' => TRUE,
'showSynchronizationLink' => TRUE, 'showSynchronizationLink' => TRUE,
'showAllLocalizationLink' => TRUE, 'showAllLocalizationLink' => TRUE,
], ],
......
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