Fix task reload on form completed

This commit is contained in:
Vito Albano
2016-11-16 12:18:05 +00:00
committed by Mario Romano
parent 24daa074e0
commit 1121a387fd

View File

@@ -204,7 +204,7 @@ export class ActivitiDemoComponent implements AfterViewChecked {
}
onFormCompleted(form) {
this.activititasklist.load(this.taskFilter);
this.activititasklist.reload();
this.currentTaskId = null;
}