Skip to content
Snippets Groups Projects
Commit 11751732 authored by Wouter Wolters's avatar Wouter Wolters Committed by Markus Klein
Browse files

[FOLLOWUP][TASK] Make alt_doc.php dispatched

Fix missing JavaScript setting TYPO3.settings.FormEngine in workspaces
module.

Resolves: #65292
Releases: master
Change-Id: I171b1bdedfb6f01ece0f8b843b4abb70659f3c75
Reviewed-on: http://review.typo3.org/38384


Reviewed-by: default avatarStephan Großberndt <stephan@grossberndt.de>
Tested-by: default avatarStephan Großberndt <stephan@grossberndt.de>
Reviewed-by: default avatarMarkus Klein <klein.t3@reelworx.at>
Tested-by: default avatarMarkus Klein <klein.t3@reelworx.at>
parent 1040bc16
Branches
Tags
No related merge requests found
......@@ -66,6 +66,7 @@ class ReviewController extends AbstractController {
$this->pageRenderer->addInlineSetting('Workspaces', 'isLiveWorkspace', (int)$GLOBALS['BE_USER']->workspace === 0 ? TRUE : FALSE);
$this->pageRenderer->addInlineSetting('Workspaces', 'workspaceTabs', $this->prepareWorkspaceTabs($wsList, $activeWorkspace));
$this->pageRenderer->addInlineSetting('Workspaces', 'activeWorkspaceId', $activeWorkspace);
$this->pageRenderer->addInlineSetting('FormEngine', 'moduleUrl', BackendUtility::getModuleUrl('record_edit'));
$this->view->assign('performWorkspaceSwitch', $performWorkspaceSwitch);
$this->view->assign('workspaceList', $wsList);
$this->view->assign('activeWorkspaceUid', $activeWorkspace);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment