Bug #11600 » alltab_no_actions.patch
typo3conf/ext/workspaces/Resources/Public/JavaScript/configuration.js (revision ) | ||
---|---|---|
header: TYPO3.lang["column.actions"],
|
||
width: 70,
|
||
hideable: false,
|
||
hidden: (TYPO3.settings.Workspaces.allView === '1'),
|
||
menuDisabled: true,
|
||
items: [
|
||
{
|
typo3conf/ext/workspaces/Classes/Controller/ReviewController.php (revision ) | ||
---|---|---|
$this->view->assign('workspaceList', $wsService->getAvailableWorkspaces());
|
||
$this->view->assign('activeWorkspaceUid', tx_Workspaces_Service_Workspaces::SELECT_ALL_WORKSPACES);
|
||
$GLOBALS['BE_USER']->setAndSaveSessionData('tx_workspace_activeWorkspace', tx_Workspaces_Service_Workspaces::SELECT_ALL_WORKSPACES);
|
||
// set flag for javascript
|
||
$this->pageRenderer->addInlineSetting('Workspaces', 'allView', '1');
|
||
}
|
||
}
|
||