Skip to content

Commit 2ed5ebb

Browse files
committed
[BUGFIX] Remove outdated xclass configuration
The ext_localconf.php contained the xclass definition for the moved LocalizationController. This caused an error while trying to call the translation options.
1 parent 0008d09 commit 2ed5ebb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext_localconf.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass'][\WebVision\Deepltranslate\Core\Hooks\UsageProcessAfterFinishHook::class]
2020
= \WebVision\Deepltranslate\Core\Hooks\UsageProcessAfterFinishHook::class;
2121

22-
//xclass localizationcontroller for localizeRecords() and process() action
23-
$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects'][\TYPO3\CMS\Backend\Controller\Page\LocalizationController::class] = [
24-
'className' => \WebVision\Deepltranslate\Core\Override\LocalizationController::class,
25-
];
26-
2722
//xclass databaserecordlist for rendering custom checkboxes to toggle deepl selection in recordlist
2823
if (\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('gridelements') && !empty($GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['gridelements']['nestingInListModule'])) {
2924
$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects'][\TYPO3\CMS\Backend\RecordList\DatabaseRecordList::class] = [

0 commit comments

Comments
 (0)