Bug #76986
closedFlexForm with nested lists does not store values of 2nd Level
0%
Description
Hi there,
I've created a nested FlexForm for my CE with a 2 Level nested List Array.
The first Level Values (text1) are stores corrently into the field "pi_flexform".
But the values in the second level (text2) are lost.
Tested in Typo 7.6.9
With Typo3 6.2 it works fine!
<T3DataStructure> <meta type="array"> <langChildren>1</langChildren> <langDisable>1</langDisable> <langDatabaseOverlay>1</langDatabaseOverlay> </meta> <sheets> <sDEF> <ROOT> <TCEforms> <sheetTitle>CE Test</sheetTitle> </TCEforms> <type>array</type> <el> <settings.list> <section>1</section> <type>array</type> <el> <container> <type>array</type> <el> <text1 type="array"> <TCEforms type="array"> <exclude>1</exclude> <label>Label 1</label> <config type="array"> <type>input</type> </config> </TCEforms> </text1> <innerList> <section>1</section> <type>array</type> <el> <container> <type>array</type> <el> <text2 type="array"> <TCEforms type="array"> <exclude>1</exclude> <label>Label 2</label> <config type="array"> <type>input</type> </config> </TCEforms> </text2> </el> </container> </el> </innerList> </el> </container> </el> </settings.list> </el> </ROOT> </sDEF> </sheets> </T3DataStructure>
Updated by Andreas Moeller over 8 years ago
I'm sorry. The values are stored into the database. But the backend does not display them after saving the CE!
Updated by Christian Kuhn over 8 years ago
nesting sections in container sections is not supported in 7.6 - it should actually throw you an exception if you configure that, i wonder why this is not the case for you.
see #73125 for more details.
Updated by Christian Kuhn over 8 years ago
- Status changed from New to Rejected
it is very unlikely this situation will change in 7.6 - i'll have to close the issue as rejected.
Updated by Andreas Moeller over 8 years ago
Oh that really sucks. It was a great feture we used for several "M x N Lists".
So we're gonna looking foreward for another solution.