Bug #93089
closedassigned group names in the access module are cut-off if too long
100%
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
Updated by Gerrit Code Review almost 4 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
Updated by Gerrit Code Review almost 4 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
Updated by Gerrit Code Review almost 4 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
Updated by Guido Schmechel almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e7b45ab965036b62080c17832c3276786e2f85dc.