Actions
Bug #83319
closedExtension settings do not respect default values
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2017-12-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
BE settings
Complexity:
Is Regression:
Sprint Focus:
Description
in my ext_conf_template i have settings like this:
- cat=Hooks/20; type=boolean; label=Compress HTML (works only in production environment)
compressHTML = 0
as 0 is the default value, it should be unchecked. But when i call the extension configuration for the first time (nothing already saved), all values are checked.
Actions