From f11e78dacb3bbf45988a5002bed3bf8e7f97d043 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Mon, 17 Apr 2017 15:36:47 +0000
Subject: [PATCH] #3529 fix - Fixed cancel an delete commands on licenses

---
 securis/src/main/webapp/src/app/listing/pack.list.component.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/app/listing/pack.list.component.ts b/securis/src/main/webapp/src/app/listing/pack.list.component.ts
index 42927b1..9fcef79 100644
--- a/securis/src/main/webapp/src/app/listing/pack.list.component.ts
+++ b/securis/src/main/webapp/src/app/listing/pack.list.component.ts
@@ -92,7 +92,7 @@
         this.toaster.success(this.$L.get('Action "{}" executed successfully', action));
         this.reload();
       },
-      (err : any) => this.toaster.error(this.$L.get('Action "{}" failed', action))
+      (err : any) => this.toaster.error(err.message, this.$L.get('Action "{}" failed', action))
     );
   }
 

--
Gitblit v1.3.2