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
Updated by Sonja Schubert over 15 years ago
- File patch-2972.txt patch-2972.txt added
Featur is already reported on bugs.typo3.org with id 8778
Updated by Peter Niederlag over 15 years ago
- Category changed from 408 to 409
- Status changed from New to Accepted
- Assignee changed from Sonja Schubert to Peter Niederlag
- Priority changed from Could have to Must have
- % Done changed from 100 to 20
- Estimated time set to 16.00 h
The patch attached here contains another modification and shouldn't apply to clean 4_2_6.
I'll refer and track this issue on bugs.typo3.org with current patches
Updated by Benni Mack over 14 years ago
- Category changed from 409 to 447
- Status changed from Accepted to Resolved
- % Done changed from 20 to 100
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Actions