mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ADF-4076] Fix redirection to tasks tab on process task click (#4437)
This commit is contained in:
committed by
Eugenio Romano
parent
31479cfaa4
commit
ebf6610cd0
@@ -419,7 +419,7 @@ export class ProcessServiceComponent implements AfterViewInit, OnDestroy, OnInit
|
|||||||
}
|
}
|
||||||
|
|
||||||
relocateLocationToTask(): void {
|
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 {
|
relocateLocationToReport(): void {
|
||||||
|
Reference in New Issue
Block a user