Project

General

Profile

Actions

Bug #92381

closed

Button "Create new" does not re-appear for inline (IRRE) elements after reaching maxitems and removing one element

Added by Christian Buelter over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-09-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When a "maxitems" TCA configuration is set for inline elements, the "Create new" button disappears after reaching the maxitems limit, but the button does not re-appear if one element is deleted.

The button will re-appear after saving the record.

If there's also a value configured for "minitems" and "minitems" = "maxitems", it's not possible to save the record. Therefore it is not possible to remove the inline element at all, meaning it is not possible to remove one and add another element.

Expected behaviour

After reaching the limit of inline elements configured in "maxitems" and removing one element, the "Create new" button should re-appear.

Tested in TYPO3 10.4.6 and news 8.4.0

Steps to reproduce (using EXT:news as an example)

1. Install EXT:news

2. Set the following PageTS

TCEFORM.tx_news_domain_model_news.related_links.config.minitems = 1
TCEFORM.tx_news_domain_model_news.related_links.config.maxitems = 1

3. Add a news element. Add a "related link" element inside the news element using the "Create new" button. The "Create new" button disappears. Remove the "related link" element. The "Create new" button still is gone.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #78479: FAL field (in flexform) with minitems=1 and maxitems=1 has no possibility to add image after deleting the previous oneClosed2016-10-28

Actions
Related to TYPO3 Core - Bug #91808: Nested IRRE with maxitems hides last inline control button / toggles inline control buttons wrongClosed2020-07-16

Actions
Actions

Also available in: Atom PDF