Skip to content

Instantly share code, notes, and snippets.

@kitzberger
Created December 10, 2021 16:22
Show Gist options
  • Select an option

  • Save kitzberger/e75d32ce942a82a3dca97327040dfc77 to your computer and use it in GitHub Desktop.

Select an option

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