We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b136d commit 4822f82Copy full SHA for 4822f82
services/web/server/src/simcore_service_webserver/groups/_groups_repository.py
@@ -503,7 +503,7 @@ async def list_users_in_group(
503
)
504
.where(
505
((user_to_groups.c.uid == user_id) & (user_to_groups.c.gid == group_id))
506
- | (groups.c.type == GroupType.PRIMARY)
+ | (groups.c.type == GroupType.PRIMARY) # TODO: at least active users!
507
508
509
group_row = result.first()
0 commit comments