Actions
Bug #85608
closedForm editor does not save preselected values
Status:
Closed
Priority:
Must have
Assignee:
Category:
Form Framework
Target version:
Start date:
2018-07-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The validation of preselected values for the form elements "SingleSelect", "RadioButton", "MultiCheckbox" and "MultiSelect" fails on save if the "Selected" checkbox is checked within the "Choices" inspector editor.
Technically, the "Inspector-PropertyGridEditor" inspector editor JavaScript generates the additional property "defaultValue", which is not defined in the form setup.
The result is an exception on save like this
#1297759968: No hmac found for property "defaultValue" (form element "singleselect-1") #1528588037
The form definition validation must take care about this special property.
Actions