Fix redirection to tasks tab on process task click (#4446)

* [ADF-4076] Fix redirection to tasks tab on process task click

* [ADF-4076] Remove unneeded code
This commit is contained in:
davidcanonieto
2019-03-15 17:49:18 +00:00
committed by Eugenio Romano
parent dafda33740
commit f891ea3df5

View File

@@ -484,7 +484,7 @@ export class ProcessServiceComponent implements AfterViewInit, OnDestroy, OnInit
name: event.value.name || 'No name', name: event.value.name || 'No name',
created: event.value.created created: event.value.created
}; };
this.activitiFilter.selectFilter(null);
if (this.taskList) { if (this.taskList) {
this.taskList.setCustomDataSource([processTaskDataRow]); this.taskList.setCustomDataSource([processTaskDataRow]);
this.taskList.selectTask(taskId); this.taskList.selectTask(taskId);