Actions
Bug #21063
closedRestrict access to "Clear RTE Cache" option in cache menu
Start date:
2009-09-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Clearing RTE cache shouldn't be done in production system. Therefore the cache menu entry should only be available in DebugMode (troubleshooting mode enable in EM, rtehtmlarea settings)
(issue imported from #M11966)
Files
Updated by Stanislas Rolland about 15 years ago
I would rather restrict the option to admin or to users with the option in User TSConfig:
options.clearCache.clearRTECache =1
Updated by Steffen Kamper about 15 years ago
yes, that's also a possibility. I thought it's easier with debugMode, otherwise they have to search for it :)
In this case it has to be added to wiki/doc_core_tsconfig
Main thing is that it's hidden for normal usage.
Updated by Stanislas Rolland about 15 years ago
Committed to SVN TYPO3core trunk (revision 5937).
htmlArea RTE manual also updated in trunk (revision 5938).
Actions