Project

General

Profile

Bug #104687

Updated by Thomas Hohn 3 months ago

The method BackendLayoutView::getColPosListItemsParsed uses  
 $item[1] when looping over items which have the structure 
 <pre> 
 [ 
  'label'  
  'value', 'value' => $column['colPos'], 
  'icon', 'icon'  
 ] 
 </pre> 
 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 13 
 the method Re-position content element 


Back