Bug #71322
closedStory #69617: FormEngine bugs
Flexform: section contents not saved on first save
100%
Description
I've got a flexform section which I can add elements to.
Adding an element, filling out its fields and saving throws away the field values.
The section element itself is still there and I can fill it and save the values fine.
Just on the first save the data are thrown away.
Happens with TYPO3 7.5, flux 7.2.3 and fluidcontent 4.3.3
Reported bugs for flux
:
Minimal fluidcontent example element:
<?xml version="1.0" encoding="utf-8"?> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers" xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"> <f:layout name="Content" /> <f:section name="Configuration"> <flux:form id="test" options="{group: 'FCE'}"> <flux:form.section name="settings.links" label="Links"> <flux:form.object name="link" label="Link"> <flux:field.input name="url" label="URL"/> </flux:form.object> </flux:form.section> </flux:form> </f:section> </html>
Attached is a screenshot how the form looks like after the first saving.
Files
Updated by Christian Kuhn about 9 years ago
confirmed, but does not always happen:
ext:styleguide
flex_2
1 Sub elements, add, put content into type input -> not saved
2 sub elements, add, put content into type text -> correctly saved
Updated by Christian Kuhn about 9 years ago
- Category set to FormEngine aka TCEforms
- Target version set to 7 LTS
- Parent task set to #69617
Updated by Morton Jonuschat about 9 years ago
Seems to happen for field types that are split into a hidden input and a „human readable“ input.
Updated by Morton Jonuschat about 9 years ago
- Status changed from New to Accepted
- Assignee set to Morton Jonuschat
Updated by Morton Jonuschat about 9 years ago
- Status changed from Accepted to In Progress
Updated by Gerrit Code Review about 9 years ago
- Status changed from In Progress 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/44565
Updated by Gerrit Code Review about 9 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/44565
Updated by Morton Jonuschat about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset efa1df05b3bba62a09bf118bbabf3fcb4e406d2f.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed