mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-30 16:08:14 +00:00
Further clarification on the group rules
This commit is contained in:
@@ -47,7 +47,8 @@ def group_list(request):
|
|||||||
requestable = True
|
requestable = True
|
||||||
else:
|
else:
|
||||||
requestable = True
|
requestable = True
|
||||||
elif not group.groupinformation.public or (group.groupinformation.type == GROUP_TYPE_MANAGED and not status):
|
|
||||||
|
if not status and not group.groupinformation.public and not requestable:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
fixed = not group.groupinformation.type == GROUP_TYPE_PERMISSION
|
fixed = not group.groupinformation.type == GROUP_TYPE_PERMISSION
|
||||||
|
|||||||
Reference in New Issue
Block a user