Bug #93293
closedShow container controls, when inline record is deleted
0%
Description
The following problem is present since TYPO3, when jsfunc.inline.js was rebuilt to InlineControlContainer.js.
In the inline control container, the buttons "Add media", "Select & upload files", ..., are automatically hidden when the maxitems limit has been reached.
The buttons are supposed to be shown again, once the user removes a record in the backend form. This however is now broken in the function "toggleContainerControls" in InlineControlContainer.js, because the code only handles "a" tags, while the inline control buttons are "button" tags.
Updated by Gerrit Code Review almost 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67452
Updated by Benoit Chenu over 3 years ago
I've encountered the same problem and confirm that https://review.typo3.org/c/Packages/TYPO3.CMS/+/67541 solve the issue (related to #93091 and #93238)
Update to TYPO3 10.4.13
Updated by Riccardo De Contardi over 3 years ago
Updated by Riccardo De Contardi over 1 year ago
- Status changed from Under Review to Closed
- Target version deleted (
Candidate for patchlevel)
Abandoned (see comment 4 - seems already fixed) -> closing it
If you think that this is the wrong decision or experience the issue again, please reopen it or open a new issue with a reference to this one. Thank you.