mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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) {
|
onFormCompleted(form) {
|
||||||
this.activititasklist.load(this.taskFilter);
|
this.activititasklist.reload();
|
||||||
this.currentTaskId = null;
|
this.currentTaskId = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user