Actions
Bug #104950
openFlexform sections: Text is only displayed after opening and closing an element
Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2024-09-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Flexform, Section, Content
Complexity:
medium
Is Regression:
Sprint Focus:
Description
If you create a content element based on a Flexform with sections, the following problem occurs:
If you want to edit a content element that has already been created, you cannot initially recognise which content is in the respective section.
To recognise this, the respective section must first be opened and then closed again. This is complicated especially for elements with many sections.
Please see also attached screenshots.
Flexform example:
<?xml version="1.0"?>
<T3DataStructure>
<meta>
<langDisable>1</langDisable>
</meta>
<sheets>
<sheet.tableRows>
<ROOT>
<type>array</type>
<el>
<tableRows>
<title>Title table rows</title>
<type>array</type>
<section>1</section>
<el>
<tableRow>
<title>Title table row</title>
<type>array</type>
<el>
<headlineRow>
<TCEforms>
<exclude>1</exclude>
<label>Title headline</label>
<config>
<type>input</type>
<size>255</size>
</config>
</TCEforms>
</headlineRow>
<descriptionRow>
<TCEforms>
<exclude>1</exclude>
<label>Title description</label>
<config>
<type>input</type>
<size>255</size>
</config>
</TCEforms>
</descriptionRow>
</el>
</tableRow>
</el>
</tableRows>
</el>
</ROOT>
</sheet.tableRows>
</sheets>
</T3DataStructure>
Thank you
Peter
Files
No data to display
Actions