mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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:
committed by
Eugenio Romano
parent
dafda33740
commit
f891ea3df5
@@ -484,7 +484,7 @@ export class ProcessServiceComponent implements AfterViewInit, OnDestroy, OnInit
|
||||
name: event.value.name || 'No name',
|
||||
created: event.value.created
|
||||
};
|
||||
this.activitiFilter.selectFilter(null);
|
||||
|
||||
if (this.taskList) {
|
||||
this.taskList.setCustomDataSource([processTaskDataRow]);
|
||||
this.taskList.selectTask(taskId);
|
||||
|
Reference in New Issue
Block a user