From 7163fc28f700785424ec10601ce6aa58d6d05223 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Fri, 23 Jun 2017 15:27:51 +0000
Subject: [PATCH] #3646 - Bugfixing in license form

---
 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 f6bf27c..8f16bb7 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
@@ -130,6 +130,9 @@
       this.packs.get(packId).subscribe(
           packData => {
             this.pack = packData;
+            if (this.isNew) {
+              this.data.metadata = packData.metadata;
+            }
           },
           err => console.error(err)
         );

--
Gitblit v1.3.2