Skip to content
Snippets Groups Projects
Commit 22b5a6c5 authored by Georg Ringer's avatar Georg Ringer Committed by Christian Kuhn
Browse files

[BUGFIX] Limit shown user groups in the permission module

The usergroup selection in the overview view of the permission
module must respect the field 'hide_in_lists' as done in the
detail view of a page selected in the permission module.

Resolves: #81504
Releases: master, 8.7
Change-Id: I23c821af7abd5bdce16d780814d928e956333bb0
Reviewed-on: https://review.typo3.org/53157


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarJosef Glatz <josef.glatz@typo3.org>
Tested-by: default avatarJosef Glatz <josef.glatz@typo3.org>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarChrister V <cvi@systime.dk>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent edd26bf2
Branches
Tags
No related merge requests found
......@@ -221,7 +221,7 @@ class PermissionAjaxController
$groupUid = (int)$groupUid;
// Get usernames
$beGroupsO = $beGroups = BackendUtility::getGroupNames();
$beGroupsO = $beGroups = BackendUtility::getListGroupNames();
// Group selector:
$options = '';
// flag: is set if the page-groupid equals one from the group-list
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment