mirror of
https://github.com/bitwarden/server
synced 2026-01-02 16:43:25 +00:00
Add support for new collection access, hide passwords
This commit is contained in:
@@ -29,12 +29,14 @@ BEGIN
|
||||
(
|
||||
[CollectionId],
|
||||
[OrganizationUserId],
|
||||
[ReadOnly]
|
||||
[ReadOnly],
|
||||
[HidePasswords]
|
||||
)
|
||||
SELECT
|
||||
[Id],
|
||||
@Id,
|
||||
[ReadOnly]
|
||||
[ReadOnly],
|
||||
[HidePasswords]
|
||||
FROM
|
||||
@Collections
|
||||
WHERE
|
||||
|
||||
Reference in New Issue
Block a user