mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-3472] e2e service task (#6460)
* [AAE-3472-adf] added e2e service task test fixed spell-check & re-included C311290 * added super admin as user * spellcheck disabled for superad * improved steps * simplified & used API method * disabled check spell for a line
This commit is contained in:
committed by
GitHub
parent
8d4408f2d6
commit
87f60a5b72
@@ -145,3 +145,11 @@ exports.CS_USER_ROLES = {
|
||||
CONTRIBUTOR: 'SiteContributor',
|
||||
MANAGER: 'SiteManager'
|
||||
};
|
||||
|
||||
exports.SERVICE_TASK_STATUS = {
|
||||
ALL:'ALL',
|
||||
STARTED:'STARTED',
|
||||
COMPLETED: 'COMPLETED',
|
||||
CANCELLED: 'CANCELLED',
|
||||
ERROR:'ERROR'
|
||||
};
|
||||
|
Reference in New Issue
Block a user