Created
December 10, 2021 16:22
-
-
Save kitzberger/e75d32ce942a82a3dca97327040dfc77 to your computer and use it in GitHub Desktop.
Patch for TYPO3 10 EXT:beuser to increase displayed length of be groupname
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- Resources/Private/Partials/Permission/Groupname.html 2021-12-10 17:15:46.000000000 +0100 | |
| +++ Resources/Private/Partials/Permission/Groupname.html 2021-12-10 17:16:52.000000000 +0100 | |
| @@ -21,7 +21,7 @@ | |
| <f:comment> | |
| A group name can be resolved | |
| </f:comment> | |
| - {groupname -> f:format.crop(maxCharacters:20)} | |
| + {groupname -> f:format.crop(maxCharacters:40)} | |
| </f:then> | |
| <f:else> | |
| <f:comment> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment