Actions
Bug #57064
closedNew option clearCache.system does not show up
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2014-03-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
With #54991 a new system cache was introduced, along with a new TSconfig property, called options.clearCache.system
. However setting this option to true does not work if the user does not also have either options.clearCache.pages
or options.clearCache.all
set to true too.
This is because the \TYPO3\CMS\Backend\Toolbar\ClearCacheToolbarItem
does not add the "system" options to the list of values to check for granting access.
Actions