mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00
Only check assigned collections if lacking privs for all (#1657)
This commit is contained in:
parent
de3f1005fc
commit
5d163eb5bd
@ -176,8 +176,7 @@ namespace Bit.Api.Controllers
|
||||
{
|
||||
collection = await _collectionRepository.GetByIdAsync(id);
|
||||
}
|
||||
|
||||
if (await _currentContext.ViewAssignedCollections(orgId))
|
||||
else if (await _currentContext.ViewAssignedCollections(orgId))
|
||||
{
|
||||
collection = await _collectionRepository.GetByIdAsync(id, _currentContext.UserId.Value);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user