mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4715][ADF-4717] fix process-filter-results random failing tests (#4888)
* [ADF-4715] a process never has CREATED status * [ADF-4717] clean up in afterAll * check mediumDate format * check mediumDate format * show more log data * Revert "show more log data" This reverts commit a19c629
This commit is contained in:
committed by
Eugenio Romano
parent
e03799e038
commit
a13196a836
@@ -90,7 +90,6 @@ export class EditProcessFilterCloudComponent implements OnInit, OnChanges {
|
||||
|
||||
status = [
|
||||
{ label: 'ALL', value: '' },
|
||||
{ label: 'CREATED', value: 'CREATED' },
|
||||
{ label: 'RUNNING', value: 'RUNNING' },
|
||||
{ label: 'SUSPENDED', value: 'SUSPENDED' },
|
||||
{ label: 'CANCELLED', value: 'CANCELLED' },
|
||||
|
Reference in New Issue
Block a user