Bug #85608
closedForm editor does not save preselected values
100%
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.
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57647
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57647
Updated by Oliver Hader over 6 years ago
- Target version set to 7.6.31 & 8.7.18 & 9.3.3
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57647
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57647
Updated by Helmut Hummel over 6 years ago
- Subject changed from Form editor dont save preselected values to Form editor does not save preselected values
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57647
Updated by Ralf Zimmermann over 6 years ago
- Related to Bug #85670: Form Config throws exception on save after adding finishers or validators added
Updated by Gerrit Code Review over 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57647
Updated by Gerrit Code Review over 6 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57647
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57709
Updated by Ralf Zimmermann over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 73536c1d9417dc7332e2c98a3d8c45cc84e55946.
Updated by Oliver Hader over 6 years ago
- Related to Task #85673: Add form framework RequiredValidatorEditor test added
Updated by Gerrit Code Review over 6 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 9.3 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57728
Updated by Ralf Zimmermann over 6 years ago
- Status changed from Under Review to Resolved
Applied in changeset d197d70b8a377a59b9a15584eba814816d47404c.