Actions
Bug #57102
closedWrong grouping of records in new element wizard
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2014-03-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
Hello Core-Team,
grouping of tables work perfect as long as each tables title was prepended with "LLL:EXT:"
But in case of f.e. pt_extbase the tables title is fixed in ctrl: "Bookmarks". In this "special" case the tables of pt_extbase and the tables of previous foreach-loop gets merged.
If you have a look into method "regularNew" you can see that $_EXTKEY was only created in case of "LLL:EXT:" but not in else-condition. Some lines deeper you work with: $groupName = empty($v['ctrl']['groupName']) ? $_EXTKEY : $v['ctrl']['groupName']; But $_EXTKEY was not defined.
Stefan
Actions