Project

General

Profile

Actions

Bug #75044

closed

FlexForm inline: Only the first inline record is related to the parent

Added by Andreas Kienast about 8 years ago. Updated about 8 years ago.

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

Screenshot 2016-04-19 23.49.20.png (92 KB) Screenshot 2016-04-19 23.49.20.png Records are still there after saving it Christoph Kratz, 2016-04-19 23:57
Screenshot 2016-04-19 23.49.09.png (46 KB) Screenshot 2016-04-19 23.49.09.png Records are also in the list view listed Christoph Kratz, 2016-04-19 23:57
Actions #1

Updated by Andreas Kienast about 8 years ago

  • Description updated (diff)
Actions #2

Updated by Nicole Cordes about 8 years ago

  • Assignee set to Nicole Cordes

Updated by Christoph Kratz about 8 years ago

Can't reproduce this error under TYPO3 8.0.1-DEV and styleguide 8.0.0.

Actions

Also available in: Atom PDF