This commit is contained in:
Peter Maquiran
2023-07-12 13:54:20 +01:00
parent cadf84a0d4
commit 1087e68690
9 changed files with 35 additions and 45 deletions
@@ -47,9 +47,6 @@ export class AllProcessesPage implements OnInit {
ngOnInit() {
// this.updateAllProcess()
this.checkFilter();
}
ngAfterViewInit(): void {
this.listSubscription = this.TaskService.registerCallback({
id: import.meta.url,
@@ -59,6 +56,10 @@ export class AllProcessesPage implements OnInit {
}
})
}
ngAfterViewInit(): void {
this.dynamicSearch();