Actions
Bug #95983
openNo new IRRE elements can be created if there are any in the selectfield
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-11-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With a combination box, there is no longer a possibility to create new IRRE elements if there are already elements in the select field.
Both buttons add the selected IRRE element, only when there is no IRRE element left, new elements can be created.
I think it's because both buttons get the same class "t3js-create-new-button" (https://github.com/TYPO3/typo3/blob/736d7d3078373752b90a96938bd11d7e30150617/typo3/sysext/backend/Classes/Form/Container/InlineControlContainer.php#L420).
Tested in TYPO3 10 & 11
Files
Actions