mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: show dormant and suspended users in groups (#10333)
* fix: show dormant and suspended users in groups * added status column
This commit is contained in:
@@ -1276,8 +1276,6 @@ WHERE
|
||||
(group_members.group_id = $1
|
||||
OR
|
||||
organization_members.organization_id = $1)
|
||||
AND
|
||||
users.status = 'active'
|
||||
AND
|
||||
users.deleted = 'false'
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user