mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
has permission cosnumer skip logic
This commit is contained in:
@@ -21,8 +21,12 @@ export class PermissionsEnum extends String {
|
||||
static CONSUMER: string = 'Consumer';
|
||||
static COLLABORATOR: string = 'Collaborator';
|
||||
static MANAGER: string = 'Manager';
|
||||
static EDITOR: string = 'Editor';
|
||||
static COORDINATOR: string = 'Coordinator';
|
||||
static NOT_CONTRIBUTOR: string = '!Contributor';
|
||||
static NOT_CONSUMER: string = '!Consumer';
|
||||
static NOT_COLLABORATOR: string = '!Collaborator';
|
||||
static NOT_MANAGER: string = '!Manager';
|
||||
static NOT_EDITOR: string = '!Editor';
|
||||
static NOT_COORDINATOR: string = '!Coordinator';
|
||||
}
|
||||
|
Reference in New Issue
Block a user