updated the candidatebaseapp (#5298)

* updated the candidatebaseapp

* updated the resources file
This commit is contained in:
Geeta Mandakini Ayyalasomayajula 2019-11-29 15:38:23 +00:00 committed by Maurizio Vitale
parent cf83630573
commit 3d27323f5f
2 changed files with 5 additions and 2 deletions

View File

@ -25,12 +25,15 @@ export const ACTIVITI_CLOUD_APPS: any = {
candidateGroupProcess: 'candidategroupprocess',
anotherCandidateGroupProcess: 'anothercandidategroup',
uploadFileProcess: 'uploadfileprocess',
processwithstarteventform: 'processwithstarteventform'
processwithstarteventform: 'processwithstarteventform',
processwithjsonfilemapping: 'processwithjsonfilemapping'
},
forms: {
starteventform: 'starteventform',
formtotestvalidations: 'formtotestvalidations',
uploadfileform: 'uploadfileform'
uploadfileform: 'uploadfileform',
inputform: 'inputform',
outputform: 'outputform'
},
security: [
{ 'role': 'ACTIVITI_ADMIN', 'groups': [], 'users': ['superadminuser'] },