mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-27 07:30:32 +00:00
Merge pull request #138 from sartography/bug/related-files-669
Fixes #669- Related Workflow Links not working in BPMN editor
This commit is contained in:
commit
484988019d
@ -197,11 +197,11 @@ export class ModelerComponent implements AfterViewInit {
|
|||||||
});
|
});
|
||||||
dialogRef.afterClosed().subscribe(dialogResult => {
|
dialogRef.afterClosed().subscribe(dialogResult => {
|
||||||
if (dialogResult) {
|
if (dialogResult) {
|
||||||
this.router.navigate(['/modeler', this.workflowSpecId, b.id]);
|
this.router.navigate(['/modeler', this.workflowSpecId, 'file', b.name]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.router.navigate(['/modeler', this.workflowSpecId, b.id])
|
this.router.navigate(['/modeler', this.workflowSpecId, 'file', b.name])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user