mirror of
https://github.com/bitwarden/server
synced 2026-01-21 03:43:53 +00:00
[AC-2733] Remove AccessAll - misc sprocs (#4477)
Remove AccessAll logic from miscellaneous sprocs and corresponding EF queries
This commit is contained in:
@@ -9,7 +9,7 @@ BEGIN
|
||||
FROM
|
||||
[dbo].[OrganizationUser] OU
|
||||
INNER JOIN
|
||||
[dbo].[CollectionUser] CU ON OU.[AccessAll] = 0 AND CU.[OrganizationUserId] = OU.[Id]
|
||||
[dbo].[CollectionUser] CU ON CU.[OrganizationUserId] = OU.[Id]
|
||||
INNER JOIN
|
||||
@OrganizationUserIds OUI ON OUI.[Id] = OU.[Id]
|
||||
END
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user