Bug #53727
closedForm Wizard saving destroys Radio Buttons
100%
Description
Using TYPO3 6.1.5 with the old-school FORM Content-element (this is not tx_form system extension!), saving the form wizard destroys the values of radio button parts of the form.
This is especially evil, if you have an already working form, then e.g. fix a typo somewhere else within that form, save the form again and then the frontend of the form is broken.
Steps to reproduce:¶
- make sure tx_form is not installed
- create a content element of type "Form"
- add a regular input field
- add a radio-button element to the form
- for that radio-button element, define two values ("foo" and "bar", each on it's own line)
- save + close the wizard, the modification is already visible
- save the content element and test it on the frontend
See screenshots that illustrate the issue pretty well I guess.
additional information¶
I've even tried to separate the radio-values with comma or spaces instead of "one per line" -> doesn't work either.
Files
Updated by Mario Rimann about 11 years ago
- File FORM_1.png FORM_1.png added
- File FORM_2.png FORM_2.png added
- File FORM_3.png FORM_3.png added
Updated by Markus Klein about 11 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- Target version set to next-patchlevel
- Complexity set to medium
I can reproduce on master (6.2) as well
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted 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/25482
Updated by Gerrit Code Review almost 11 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/25482
Updated by Gerrit Code Review almost 11 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/25482
Updated by Gerrit Code Review almost 11 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/25482
Updated by Gerrit Code Review almost 11 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26471
Updated by Gerrit Code Review almost 11 years ago
Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26472
Updated by Markus Klein almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7b5276ef6e036cf684d89195798b0428e08683df.