From 89a0646d18da6f3290a883121e38f4086a6fb37e Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Wed, 07 Jun 2017 16:35:16 +0000
Subject: [PATCH] #3531 fea - Added acces to packs from license type, organizatins and applications listing

---
 securis/src/main/webapp/src/app/forms/license.form.component.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/securis/src/main/webapp/src/app/forms/license.form.component.ts b/securis/src/main/webapp/src/app/forms/license.form.component.ts
index b4dbdd1..f6bf27c 100644
--- a/securis/src/main/webapp/src/app/forms/license.form.component.ts
+++ b/securis/src/main/webapp/src/app/forms/license.form.component.ts
@@ -111,6 +111,9 @@
     this.router.navigate([`packs/${this.pack.id}/licenses`]);
   }
 
+  editPack(): void {
+    this.router.navigate([`packs/edit/${this.pack.id}`]);
+  }
 
   ngAfterViewInit(): void {
     this.init();

--
Gitblit v1.3.2