mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-07 18:25:09 +00:00
updated the candidatebaseapp (#5298)
* updated the candidatebaseapp * updated the resources file
This commit is contained in:
parent
cf83630573
commit
3d27323f5f
Binary file not shown.
@ -25,12 +25,15 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
candidateGroupProcess: 'candidategroupprocess',
|
candidateGroupProcess: 'candidategroupprocess',
|
||||||
anotherCandidateGroupProcess: 'anothercandidategroup',
|
anotherCandidateGroupProcess: 'anothercandidategroup',
|
||||||
uploadFileProcess: 'uploadfileprocess',
|
uploadFileProcess: 'uploadfileprocess',
|
||||||
processwithstarteventform: 'processwithstarteventform'
|
processwithstarteventform: 'processwithstarteventform',
|
||||||
|
processwithjsonfilemapping: 'processwithjsonfilemapping'
|
||||||
},
|
},
|
||||||
forms: {
|
forms: {
|
||||||
starteventform: 'starteventform',
|
starteventform: 'starteventform',
|
||||||
formtotestvalidations: 'formtotestvalidations',
|
formtotestvalidations: 'formtotestvalidations',
|
||||||
uploadfileform: 'uploadfileform'
|
uploadfileform: 'uploadfileform',
|
||||||
|
inputform: 'inputform',
|
||||||
|
outputform: 'outputform'
|
||||||
},
|
},
|
||||||
security: [
|
security: [
|
||||||
{ 'role': 'ACTIVITI_ADMIN', 'groups': [], 'users': ['superadminuser'] },
|
{ 'role': 'ACTIVITI_ADMIN', 'groups': [], 'users': ['superadminuser'] },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user