Actions
Bug #99410
closedRTE Field duplication by changing sorting
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
Start date:
2022-12-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Used Versions:
- TYPO3 11.5.19
- mask 8.0.5 (According to nhorvatov, this is a TYPO3 issue, even if it was discovered when using mask!!!)
- PHP 8.0
- Install mask 8.0.5
- Create a repeating mask element, let's name it "Categories".
- Create a repeating element within "Categories", name it "Subcategories".
- Create an RTE field within Subcategories, let's name it "Description".
- Go to a page and add the created content element
- Add 4-5 Subcategories with complete descriptions (Test 1 until Test 5) and save the content element
- Open the content element again and create a new subcategory below the previous created subcategories and move it's location up 4 positions (with the arrows which change the sorting).
- With each position the new subcategory has moved up, the field "Description" has been duplicated (multiple fields among themselves)
Result:
Files
Updated by Nikita Hovratov almost 2 years ago
One level of inline nesting seems to be enough. Seems to be only an issue in v11, could not reproduce it on current v12.
Updated by Gerrit Code Review almost 2 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77426
Updated by Nikita Hovratov almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 540bdd80528cb679a29810a97e915e2fe9cb5f4f.
Updated by Georg Ringer 4 months ago
- Related to Bug #96807: Sorting in Elements duplicates RTE added
Actions