mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
Use split collections permisions (#382)
This commit is contained in:
parent
6ffc295be9
commit
12ead16167
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit ee1ea922a9d5a51ef8df2abf4b97fc035ed782be
|
||||
Subproject commit 91c5393ae7a84e9f4d90391d072cae56e7a3ff41
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user