mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix task reload on form completed
This commit is contained in:
committed by
Mario Romano
parent
24daa074e0
commit
1121a387fd
@@ -204,7 +204,7 @@ export class ActivitiDemoComponent implements AfterViewChecked {
|
||||
}
|
||||
|
||||
onFormCompleted(form) {
|
||||
this.activititasklist.load(this.taskFilter);
|
||||
this.activititasklist.reload();
|
||||
this.currentTaskId = null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user