Project

General

Profile

Actions

Bug #65480

closed

TYPO3 6.2.10 Flexform: Values of section elements are not displayed

Added by Christoph Lehmann about 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
-
Target version:
Start date:
2015-03-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint

Description

I updated from 6.2.9 to 6.2.10 and the flexform values are not shown.

My Flexform with section:

<T3DataStructure>
    <meta>
        <langDisable>1</langDisable>
    </meta>
    <sheets>
        <sDEF>
            <ROOT>
                <TCEforms>
                    <sheetTitle>Event</sheetTitle>
                </TCEforms>
                <type>array</type>
                <el>
                    <contributors_otherContainer>
                        <title>Weitere Mitwirkende</title>
                        <section>1</section>
                        <type>array</type>
                        <el>
                            <contributor_other>
                                <type>array</type>
                                <title>Mitwirkende</title>
                                <el>
                                    <field1>
                                        <TCEforms type="array">
                                            <label>Name</label>
                                            <config>
                                                <type>input</type>
                                                <size>20</size>
                                                <max>60</max>
                                                <eval>trim</eval>
                                            </config>
                                        </TCEforms>
                                    </field1>
                                </el>
                            </contributor_other>
                        </el>
                    </contributors_otherContainer>
                </el>
            </ROOT>
        </sDEF>
    </sheets>
</T3DataStructure>

This is stored in the db... seems correct to me.

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3FlexForms>
    <data>
        <sheet index="sDEF">
            <language index="lDEF">
                <field index="contributors_otherContainer">
                    <el index="el">
                        <section index="1">
                            <itemType index="contributor_other">
                                <el>
                                    <field index="field1">
                                        <value index="vDEF">Buja</value>
                                    </field>
                                </el>
                            </itemType>
                            <itemType index="_TOGGLE">0</itemType>
                        </section>
                    </el>
                </field>
            </language>
        </sheet>
    </data>
</T3FlexForms>

After saving the value of field1 is not shown in the Backend, but the empty section element (screenshot)


Files

flexform empty.png (18.6 KB) flexform empty.png Christoph Lehmann, 2015-03-03 13:59

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #57824: Palette fields are not wrapped, because --linebreak-- values are removedClosed2014-04-11

Actions
Related to TYPO3 Core - Bug #67259: addToAllTCAtypes does not work with replace positionClosedMarkus Klein2015-06-03

Actions
Actions

Also available in: Atom PDF