mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-23545 Remove default application used for BE tests only (#10166)
This commit is contained in:
parent
b20107fdc5
commit
0821c74509
Binary file not shown.
@ -223,23 +223,6 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
|
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