mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update candidatebaseapp (#5228)
* Modified candidateuserprocess to have candidate users and removed admin.adf * Updated security roles for candidatebaseapp with salesuser for ACTIVITY and APS user
This commit is contained in:
committed by
Maurizio Vitale
parent
2a76b0846d
commit
9d127a41e5
@@ -32,9 +32,9 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
||||
},
|
||||
security: [
|
||||
{'role': 'ACTIVITI_ADMIN', 'groups': [], 'users': ['superadminuser']},
|
||||
{'role': 'ACTIVITI_USER', 'groups': ['hr', 'testgroup'], 'users': ['hruser'] },
|
||||
{'role': 'ACTIVITI_USER', 'groups': ['hr', 'testgroup'], 'users': ['hruser', 'salesuser'] },
|
||||
{'role': 'APS_ADMIN', 'groups': [], 'users': ['superadminuser']},
|
||||
{'role': 'APS_USER', 'groups': ['hr', 'testgroup'], 'users': ['hruser'] }
|
||||
{'role': 'APS_USER', 'groups': ['hr', 'testgroup'], 'users': ['hruser', 'salesuser'] }
|
||||
]
|
||||
},
|
||||
SIMPLE_APP: {
|
||||
|
Reference in New Issue
Block a user