#1517 - ADF-163 - Fixed wrong behaviour when task is created on the s… (#1785)

* #1517 - ADF-163 - Fixed wrong behaviour when task is created on the same selected filter

* 1517 - removed consecutives blank lines
This commit is contained in:
Vito
2017-03-30 01:16:52 -07:00
committed by Denys Vuika
parent 0dd8878b45
commit 4ef560e7f5
4 changed files with 26 additions and 7 deletions

View File

@@ -171,9 +171,7 @@ export class ActivitiDemoComponent implements AfterViewInit {
onStartTaskSuccess(event: any) {
this.activitifilter.selectFilterWithTask(event.id);
this.taskFilter = this.activitifilter.getCurrentFilter();
this.activititasklist.landingTaskId = event.id;
this.activititasklist.reload();
this.currentTaskId = event.id;
}
onSuccessTaskList(event: FilterRepresentationModel) {