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
Actions