Bug #57102
closedWrong grouping of records in new element wizard
0%
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
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28559
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28559
Updated by Stefan Froemken over 10 years ago
Ticket can be closed now. With one of the latest patches in master this ticket was solved, too.
Updated by Alexander Opitz over 10 years ago
- Status changed from Under Review to Closed
- Target version deleted (
6.2.0)