Feature #71324
closedShow groups path in access tab
0%
Description
In the access tab of any type of record, when chosing a fe_group, only the name if displayed. It would be very useful to have the "path" of the fe_groups.
I have a multidomain install with 200 sites and in each site there is sometimes the same name of fe_groups so it's impossible to differentiate them.
Updated by Riccardo De Contardi about 9 years ago
- Category set to Backend User Interface
Updated by Georg Ringer almost 9 years ago
- Status changed from New to Closed
- Priority changed from Should have to Won't have this time
Thanks for creating this issue. We see this as an edge case (and of course still a valid use case for your installation).
This can easily be achieved by a custom extension using a userFunc for the title of the field.
As an example take a look at https://github.com/TYPO3-extensions/news/blob/master/Configuration/TCA/Overrides/sys_category.php#L126-L127
https://github.com/TYPO3-extensions/news/blob/master/Configuration/TCA/Overrides/sys_category.php#L126-L127
and the concrete implementation at https://github.com/TYPO3-extensions/news/blob/master/Classes/Hooks/Labels.php#L38-L53