mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ADF-4076] Fix redirection to tasks tab on process task click (#4437)
This commit is contained in:
parent
31479cfaa4
commit
ebf6610cd0
@ -419,7 +419,7 @@ export class ProcessServiceComponent implements AfterViewInit, OnDestroy, OnInit
|
||||
}
|
||||
|
||||
relocateLocationToTask(): void {
|
||||
this.location.go(`/activiti/apps/${this.appId || 0}/tasks/${this.taskFilter.id}`);
|
||||
this.location.go(`/activiti/apps/${this.appId || 0}/tasks/${this.taskFilter ? this.taskFilter.id : 0}`);
|
||||
}
|
||||
|
||||
relocateLocationToReport(): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user