Actions
Bug #92683
closedMultiple checkboxes in site configuration not stored correctly
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2020-10-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When extending the site configuration with an extension and use multiple (activated) checkboxes, only the first checkbox is saved as activated.
This is due the converting of the value to a bool before writing to config.yaml:
myOptions: true
The correct behaviour would be to save the the original value when no renderType is given:
myOptions: '3'
Files
Actions