Actions
Feature #2972
closedAdd possibility to disable TYPO3 draft workspace by localconf.php configuration
Start date:
2009-03-25
Due date:
% Done:
100%
Estimated time:
16.00 h
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
It would be a very useful feature if there would be the possibility to disable the TYPO3 draft workspace by localconf.php configuration.
That could be done by the the localconf.php configuration:
$TYPO3_CONF_VARS['BE']['disableDefaultWorkspace'] = '1';
That could be done by changing the t3lib/config_default.php file to add these option to the install tool with 0 by default.
Furthermore there is a change needed in t3lib/class.t3lib_userauthgroup.php to check these localconf.php option.
Files
Actions