Project

General

Profile

Actions

Bug #93089

closed

assigned group names in the access module are cut-off if too long

Added by David Menzel over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2020-12-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
access module, backend, groups
Complexity:
Is Regression:
Sprint Focus:

Description

In TYPO3 9.5.23 long group names are cut-off in the access module (Zugriff).

For example:

I have the following groupname like "PG -System News Website A" and "PG -System News Website B" and assign them in the access module to the page/folder.
Now, long group names are cut-off. It seems that the actual text in the code is only "PG -System...". The user who want's to check the group names has to click on the edit button to see the full group name.

Solution:
Show the complete groupname and if the group name is too long shorten it via CSS: text-overflow: ellipsis; instead of shortening the group name in the code.
Additionally a tooltip can be used to display the full group name via mouse over.


Files

be_groupnames_cut-off.JPG (64 KB) be_groupnames_cut-off.JPG David Menzel, 2020-12-16 12:33
Actions

Also available in: Atom PDF