Actions
Bug #97786
closedWrong button hidden in nested inline relations
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2022-06-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
Setup¶
- Having an inline field, which itself references an inline field.
- The parent inline field has the following TCA options:
- minitems => 1
- maxitems => 1
- appearance.levelLinksPosition => 'bottom'
- The child inline field doesn't need any special TCA
Example TCA: https://github.com/TYPO3/styleguide/pull/330/files
Steps to reproduce:¶
- Create a new record
- Click on the new record button to create a new parent inline field record.
Expected¶
The button of the parent inline field is hidden, as adding one new record the maxitems value (1) is reached.
Actual¶
The button of the inline child is hidden instead:
Files
Actions