From 347803bd8d8349baa0577156896a1ec924a69e6d Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Mon, 03 Apr 2017 16:41:28 +0000
Subject: [PATCH] #3535 fix - Marked obsolete metadata field on licenses

---
 securis/src/main/webapp/src/app/forms/license.form.component.ts |    2 +-
 1 files changed, 1 insertions(+), 1 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 6414714..2f3c71b 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
@@ -56,7 +56,7 @@
     return this.licenses[action](this.data.id).subscribe(
       (actionResponse : any) => {
         this.toaster.success(this.$L.get('Action "{}" executed successfully', action));
-        this.reload();
+        this.init();
       },
       (err : any) => this.toaster.error(this.$L.get('Action "{}" failed', action))
     );

--
Gitblit v1.3.2