Bug #20344
closedIRRE doesn't work in relationship with flexforms
0%
Description
You cannot add new elements inside IRRE enabled fields. Just try the flexform code below. You can also try to remove the wrapping sectionTest node.
<T3DataStructure>
<meta>
<langDisable>1</langDisable>
</meta>
<sheets>
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>Test</sheetTitle>
</TCEforms>
<type>array</type>
<sectionTest>
<section>1</section>
<type>array</type>
<el>
<groups>
<TCEforms>
<label>Group</label>
<config>
<type>inline</type>
<foreign_table>sys_language</foreign_table>
</config>
</TCEforms>
</groups>
</el>
</sectionTest>
</el>
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
(issue imported from #M10963)