Actions
Bug #94541
closedFlexFormSectionContainer, Backend UI may not work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-07-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Within the FlexFormSectionContainer.php the Add-Button gets an attribute "data-target", which stores the the ID of the section container.
This attribute is used via javascript (FlexFormSectionContainer.js) to find the section container position within the DOM.
If the flexFormFieldName contains a dot, the backend ui is not working.
Found in combination with the extension dce.
Actions