Actions
Task #77775
closedRemove unused setting workspaceFrontendPreviewEnabled
Start date:
2016-09-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
Remove unused setting workspaceFrontendPreviewEnabled
sysext/workspaces/Classes/Controller/PreviewController.php
241: 'workspaceFrontendPreviewEnabled' => $backendUser->user['workspace_preview'] ? 1 : 0,
sysext/backend/Resources/Public/JavaScript/backend.js
184:var WorkspaceFrontendPreviewEnabled = TYPO3.configuration.workspaceFrontendPreviewEnabled;
sysext/backend/Classes/Controller/BackendController.php
585: 'workspaceFrontendPreviewEnabled' => $beUser->user['workspace_preview'] ? 1 : 0,
Remove currentSubNavScript as well from backend.js
Actions