Actions
Bug #104687
closedBackendLayoutView::getColPosListItemsParsed uses wrong index
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend API
Target version:
Start date:
2024-08-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The method BackendLayoutView::getColPosListItemsParsed uses
$item1 when looping over items which have the structure
[ 'label' 'value', 'icon', ]
This bug is a TYPO3 12 only - since the code has been completely rewritten in TYPO3 13.
It can be testet by configuring TCEFORM.tt_content.colPos.removeItems = 1,3,255 and apply
the method Re-position content element
Files
Updated by Thomas Hohn 3 months ago
- File Screenshot 2024-08-22 at 09.57.25.png Screenshot 2024-08-22 at 09.57.25.png added
- Description updated (diff)
Updated by Gerrit Code Review 3 months ago
- Status changed from New to Under Review
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85716
Updated by Anonymous 3 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c917d3d60a788872917b710405eeea5b5fa4a933.
Actions