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 #1

Updated by Gerrit Code Review over 3 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/c/Packages/TYPO3.CMS/+/67363

Actions #2

Updated by Gerrit Code Review over 3 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/c/Packages/TYPO3.CMS/+/67363

Actions #3

Updated by Gerrit Code Review over 3 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67363

Actions #4

Updated by Guido Schmechel over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack about 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF