Bug #98036
closedTCA['ctrl']['groupName'] handling can lead to unclear grouping
100%
Description
Hello,
when building the NewRecordsView, the groupName for a record does get chosen by exploding the TCA table name by "_" and taking the subpart 1. In our case we had an table which resolved to "content", which made the extension tables mix up with some core tables, but renaming the group to the group label to the one given by the extension, which leads to confusion.
While there is the option to use the ['ctrl']['groupName'] to group items by other elements, it is limited to do only exactly this, because the split part will overwrite this setting. The only usable way currently to resolve or avoid such an setup would be to avoid using any name that might already be taken, either by core or even by another extension.
In our instance we solved the Issue with a small patch, which allowed the groupName field to be used to create a new group by giving it another name. I will attach the patch.
Files
Updated by Matthias Adrowski over 2 years ago
New Patch, since the other one is malformed
Updated by Matthias Adrowski over 2 years ago
- File deleted (
allowManualGroupnameForNEWWizard.patch)
Updated by Christian Kuhn about 2 years ago
- Related to Bug #95366: Core does not use TCA "groupName" feature added
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75802
Updated by Gerrit Code Review about 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75802
Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75813
Updated by Christian Kuhn about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f2981575653304ddc3f59238c864c68cc057cb28.
Updated by Markus Klein about 2 years ago
- Precedes Bug #98413: New Record Wizard: System tables are under headline scheduler added