#1517 - Added new behaviour when user create a new task (#1769)

* #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:
Vito
2017-03-27 06:32:22 -07:00
committed by Eugenio Romano
parent cbd827ab51
commit 8132f79e97
5 changed files with 234 additions and 27 deletions

View File

@@ -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();
}