|
|
@@ -35,19 +35,19 @@ export const Access = {
|
|
|
VIEW_LOGS: 'frontend:view-logs',
|
|
|
VIEW_UPGRADE: 'frontend:view-upgrade',
|
|
|
|
|
|
- MANAGE_PROFILE: 'backend:manage-profile',
|
|
|
- MANAGE_PRODUCTS: 'backend:manage-products',
|
|
|
- MANAGE_DEVICES: 'backend:manage-devices',
|
|
|
- MANAGE_DEVICE: 'backend:manage-device',
|
|
|
- MANAGE_GROUPS: 'backend:manage-groups',
|
|
|
- MANAGE_ASSETS: 'backend:manage-assets',
|
|
|
- MANAGE_CALENDAR: 'backend:manage-calendar',
|
|
|
- MANAGE_UPGRADE: 'backend:manage-upgrade',
|
|
|
-
|
|
|
- PUBLISH_CALENDAR: 'backend:publish-calendar',
|
|
|
- REVIEW: 'backend:review',
|
|
|
-
|
|
|
- DELETE_FORCE: 'backend-api:delete-force'
|
|
|
+ MANAGE_PROFILE: 'manage-profile',
|
|
|
+ MANAGE_PRODUCTS: 'manage-products',
|
|
|
+ MANAGE_DEVICES: 'manage-devices',
|
|
|
+ MANAGE_DEVICE: 'manage-device',
|
|
|
+ MANAGE_GROUPS: 'manage-groups',
|
|
|
+ MANAGE_ASSETS: 'manage-assets',
|
|
|
+ MANAGE_CALENDAR: 'manage-calendar',
|
|
|
+ MANAGE_UPGRADE: 'manage-upgrade',
|
|
|
+ // features
|
|
|
+ PUBLISH_CALENDAR: 'publish-calendar',
|
|
|
+ REVIEW: 'review',
|
|
|
+ // flags
|
|
|
+ DELETE_FORCE: 'delete-force'
|
|
|
}
|
|
|
|
|
|
export const RoleAccess = {
|