Project

General

Profile

Actions

Bug #72698

closed

User TSconfig clearCache not working as expected

Added by Kerstin Eitner over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2016-01-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

With TYPO3 7.6.2 the user TSconfig concerning clearCache.pages and clearCache.system does not work as expected.

I have a configuration like this:

options {
    clearCache.all = 1
    clearCache.pages = 1
    clearCache.system = 0
}

Normally it should show the buttons for clearing frontend cache and general cache. But instead it also shows the system cache.

Furthermore I tested this configuration which should only show the button for clearing the frontend cache, but this shows the frontend cache and the system cache.

options {
    clearCache.pages = 1
}

The TSconfig documentation says that the default values are 0 for all types.

Actions

Also available in: Atom PDF