1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

Use split collections permisions (#382)

This commit is contained in:
Matt Gibson
2021-10-05 11:13:03 -05:00
committed by GitHub
parent 6ffc295be9
commit 12ead16167
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: ee1ea922a9...91c5393ae7

View File

@@ -161,7 +161,7 @@ export class ListCommand {
try {
let response: ApiListResponse<ApiCollectionResponse>;
if (organization.canManageAllCollections) {
if (organization.canViewAllCollections) {
response = await this.apiService.getCollections(options.organizationid);
} else {
response = await this.apiService.getUserCollections();