mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove processInstanceId reset (#2847)
This commit is contained in:
committed by
Eugenio Romano
parent
8e7f5eb200
commit
8788eaeb80
@@ -294,7 +294,6 @@ export class ProcessServiceComponent implements AfterViewInit, OnDestroy, OnInit
|
|||||||
}
|
}
|
||||||
|
|
||||||
onProcessFilterClick(event: ProcessInstanceFilterRepresentation): void {
|
onProcessFilterClick(event: ProcessInstanceFilterRepresentation): void {
|
||||||
this.currentProcessInstanceId = null;
|
|
||||||
this.processFilter = event;
|
this.processFilter = event;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user