rsanchez
2017-06-30 78e3bdc18435ee55e2d90a8bf5fe9376adf09a19
securis/src/main/webapp/src/app/forms/pack.form.component.ts
....@@ -48,6 +48,9 @@
4848 );
4949 }
5050
51
+ goLicenses(): void {
52
+ this.router.navigate([`packs/${this.data.id}/licenses`]);
53
+ }
5154
5255 goBack(): void {
5356 this.router.navigate([`packs`]);