mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3692] Add task details tests (#3905)
* Add task details tests * Resolve lint issues * Resolve lint errors * Fix lint errors * fix spellcheck * Fixing a constant name
This commit is contained in:
committed by
Eugenio Romano
parent
e39a2b149b
commit
85c022730b
@@ -78,11 +78,13 @@ exports.TASK_DETAILS = {
|
||||
NO_FORM: 'No form',
|
||||
NO_PARENT: 'No parent',
|
||||
NO_DATE: 'No date',
|
||||
NO_CATEGORY: 'No category'
|
||||
NO_CATEGORY: 'No category',
|
||||
NO_DESCRIPTION: 'No description'
|
||||
};
|
||||
|
||||
exports.TASK_STATUS = {
|
||||
RUNNING: 'Running'
|
||||
RUNNING: 'Running',
|
||||
COMPLETED: 'Completed'
|
||||
};
|
||||
|
||||
exports.THEMING = {
|
||||
|
Reference in New Issue
Block a user