securis/src/main/webapp/src/app/forms/pack.form.component.ts
.. .. @@ -48,6 +48,9 @@ 48 48 ); 49 49 } 50 50 51 + goLicenses(): void {52 + this.router.navigate([`packs/${this.data.id}/licenses`]);53 + }51 54 52 55 goBack(): void { 53 56 this.router.navigate([`packs`]);