mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5078] Start Task e2e (#5485)
* [ADF-5078] Start Task e2e * * improved test * * fixed import
This commit is contained in:
@@ -74,6 +74,12 @@ exports.TASK_FILTERS = {
|
||||
COMPLETED_TASKS: 'Completed Tasks'
|
||||
};
|
||||
|
||||
exports.PROCESS_FILTERS = {
|
||||
RUNNING: 'Running',
|
||||
COMPLETED: 'Completed',
|
||||
ALL: 'All'
|
||||
};
|
||||
|
||||
exports.TASK_DETAILS = {
|
||||
NO_FORM: 'No form',
|
||||
NO_PARENT: 'No parent',
|
||||
|
Reference in New Issue
Block a user