1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Merge pull request #204 from bitwarden/Permissions

Implemented Custom role and permissions
This commit is contained in:
Addison Beck
2021-01-13 10:00:03 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: cea09a22e5...6ac6df75d7

View File

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