Actions
Bug #75044
closedFlexForm inline: Only the first inline record is related to the parent
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2016-03-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
Using FlexForm inline relations causes only the first relation getting tied to the parent, although all relations get stored.
How to reproduce:
Use the Styleguide Extension and create a new record of type "Form engine - flex". Switch to tab "inline" and create multiple inline records.
After saving, only the first inline record is visible (and related to the parent record), but all inline records are stored in the DB.
It looks like sInline
of the parent record only takes the first child:
<T3FlexForms> <data> <sheet index="sInline"> <language index="lDEF"> <field index="inline_1"> <value index="vDEF">10</value> </field> </language> </sheet> </data> </T3FlexForms>
Files
Actions
#3
Updated by Christoph Kratz over 8 years ago
- File Screenshot 2016-04-19 23.49.20.png Screenshot 2016-04-19 23.49.20.png added
- File Screenshot 2016-04-19 23.49.09.png Screenshot 2016-04-19 23.49.09.png added
- Status changed from New to Closed
Can't reproduce this error under TYPO3 8.0.1-DEV and styleguide 8.0.0.
Actions