Actions
Bug #25232
closedCleanup: sys_workspace mentions in t3lib/stddb/tables.php
Start date:
2011-03-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Not all mentions of sys_workspace were removed from t3lib/stddb/tables.php. There's still the following call:
t3lib_extMgm::addLLrefForTCAdescr('sys_workspace', 'EXT:lang/locallang_csh_sysws.xml');
and one entry for "mimetypes-x-sys_workspace" in $GLOBALS['TBE_STYLES']['spriteIconApi']['coreSpriteImageNames'] array.
This cleanup belongs to the Core, but we must also make sure that this information is available on the workspaces side, lest something be lost in the clean up process.
Copy of http://forge.typo3.org/issues/12616
(issue imported from #M17838)
Actions