Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
libs/common/src/lib/permissions.ts
|
@ -35,7 +35,7 @@ export const permissions = { |
|
|
updateTag: 'updateTag', |
|
|
updateTag: 'updateTag', |
|
|
updateUserSettings: 'updateUserSettings', |
|
|
updateUserSettings: 'updateUserSettings', |
|
|
updateViewMode: 'updateViewMode' |
|
|
updateViewMode: 'updateViewMode' |
|
|
}; |
|
|
} as const; |
|
|
|
|
|
|
|
|
export function getPermissions(aRole: Role): string[] { |
|
|
export function getPermissions(aRole: Role): string[] { |
|
|
switch (aRole) { |
|
|
switch (aRole) { |
|
|