mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* #1517 - added search task into filters by id feature * #1517 - added test for tasklist service * #1517 - Added test for filter component
This commit is contained in:
@@ -162,8 +162,9 @@ export class ActivitiDemoComponent implements AfterViewInit {
|
||||
}
|
||||
|
||||
onStartTaskSuccess(event: any) {
|
||||
this.activitifilter.selectFirstFilter();
|
||||
this.activitifilter.selectFilterWithTask(event.id);
|
||||
this.taskFilter = this.activitifilter.getCurrentFilter();
|
||||
this.activititasklist.landingTaskId = event.id;
|
||||
this.activititasklist.reload();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user