mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Not requestable, not a member
This commit is contained in:
@@ -48,7 +48,7 @@ def group_list(request):
|
||||
else:
|
||||
requestable = True
|
||||
|
||||
if not status and not group.groupinformation.public and not requestable:
|
||||
if not status and not requestable:
|
||||
continue
|
||||
|
||||
fixed = not group.groupinformation.type == GROUP_TYPE_PERMISSION
|
||||
|
||||
Reference in New Issue
Block a user