[FEATURE] Compare backend usergroups
Integrators are now able to compare individual backend usergroups. Backend usergroups are used to split permissions into smaller parts which can be later assigned to a backend user. This feature makes it possible to compare the defined permissions including the ones inherited from sub groups. Resolves: #90826 Releases: master Change-Id: Ic2306be7091c0001c293bcc8622c4d6ea16776ea Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63890 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/Sass/backend.scss 1 addition, 0 deletionsBuild/Sources/Sass/backend.scss
- Build/Sources/Sass/module/_backenduser.scss 9 additions, 0 deletionsBuild/Sources/Sass/module/_backenduser.scss
- Build/Sources/Sass/variables/_main.scss 1 addition, 1 deletionBuild/Sources/Sass/variables/_main.scss
- typo3/sysext/backend/Classes/View/ArrayBrowser.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/View/ArrayBrowser.php
- typo3/sysext/backend/Classes/ViewHelpers/ArrayBrowserViewHelper.php 65 additions, 0 deletions...xt/backend/Classes/ViewHelpers/ArrayBrowserViewHelper.php
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/beuser/Classes/Controller/BackendUserController.php 23 additions, 4 deletions...ysext/beuser/Classes/Controller/BackendUserController.php
- typo3/sysext/beuser/Classes/Controller/BackendUserGroupController.php 90 additions, 1 deletion.../beuser/Classes/Controller/BackendUserGroupController.php
- typo3/sysext/beuser/Classes/Domain/Repository/BackendUserGroupRepository.php 21 additions, 0 deletions.../Classes/Domain/Repository/BackendUserGroupRepository.php
- typo3/sysext/beuser/Classes/Service/UserInformationService.php 93 additions, 12 deletions.../sysext/beuser/Classes/Service/UserInformationService.php
- typo3/sysext/beuser/Classes/ViewHelpers/Display/TableAccessViewHelper.php 1 addition, 1 deletion...ser/Classes/ViewHelpers/Display/TableAccessViewHelper.php
- typo3/sysext/beuser/Resources/Private/Language/locallang.xlf 18 additions, 0 deletionstypo3/sysext/beuser/Resources/Private/Language/locallang.xlf
- typo3/sysext/beuser/Resources/Private/Layouts/Default.html 3 additions, 0 deletionstypo3/sysext/beuser/Resources/Private/Layouts/Default.html
- typo3/sysext/beuser/Resources/Private/Partials/BackendUser/Information.html 0 additions, 128 deletions...r/Resources/Private/Partials/BackendUser/Information.html
- typo3/sysext/beuser/Resources/Private/Partials/BackendUserGroup/IndexListRow.html 18 additions, 3 deletions...urces/Private/Partials/BackendUserGroup/IndexListRow.html
- typo3/sysext/beuser/Resources/Private/Partials/BackendUserGroup/PaginatedListWidgetBody.html 2 additions, 2 deletions...te/Partials/BackendUserGroup/PaginatedListWidgetBody.html
- typo3/sysext/beuser/Resources/Private/Partials/Compare/Information.html 256 additions, 0 deletions...euser/Resources/Private/Partials/Compare/Information.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Compare.html 75 additions, 47 deletions...user/Resources/Private/Templates/BackendUser/Compare.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html 25 additions, 11 deletions...beuser/Resources/Private/Templates/BackendUser/Index.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Show.html 57 additions, 96 deletions.../beuser/Resources/Private/Templates/BackendUser/Show.html
Please register or sign in to comment