Fixes #669- Related Workflow Links not working in BPMN editor
This commit is contained in:
parent
ec0353e9f6
commit
0573acc8ed
|
@ -197,11 +197,11 @@ export class ModelerComponent implements AfterViewInit {
|
|||
});
|
||||
dialogRef.afterClosed().subscribe(dialogResult => {
|
||||
if (dialogResult) {
|
||||
this.router.navigate(['/modeler', this.workflowSpecId, b.id]);
|
||||
this.router.navigate(['/modeler', this.workflowSpecId, 'file', b.name]);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
this.router.navigate(['/modeler', this.workflowSpecId, b.id])
|
||||
this.router.navigate(['/modeler', this.workflowSpecId, 'file', b.name])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue