Project

General

Profile

Actions

Feature #71324

closed

Show groups path in access tab

Added by joujou no-lastname-given over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2015-11-04
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.

Actions #1

Updated by Riccardo De Contardi over 8 years ago

  • Category set to Backend User Interface
Actions #2

Updated by Georg Ringer over 8 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

Actions

Also available in: Atom PDF