mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
This reverts commit 0821c74509270ff02975f51a1d4b348842d13fc1.
This commit is contained in:
parent
0821c74509
commit
b1260e06ea
BIN
e2e/resources/activiti7/uat-be-default-app.zip
Normal file
BIN
e2e/resources/activiti7/uat-be-default-app.zip
Normal file
Binary file not shown.
@ -223,6 +223,23 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
||||
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
|
||||
}
|
||||
}
|
||||
},
|
||||
UAT_BE_DEFAULT_APP: {
|
||||
name: 'uat-be-default-app',
|
||||
file_location: (TAG = 'develop') =>
|
||||
`https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/uat-be-default-app.zip?raw=true`,
|
||||
processes: {
|
||||
'script-acs-process': 'script-acs-process'
|
||||
},
|
||||
security: [
|
||||
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['processadminuser'] },
|
||||
{ role: 'ACTIVITI_USER', groups: ['sales', 'testgroup'], users: ['hruser', 'salesuser', 'testadmin', 'testuser'] }
|
||||
],
|
||||
variables: {
|
||||
'process-runtime-service': {
|
||||
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user