rsanchez
2017-04-17 f11e78dacb3bbf45988a5002bed3bf8e7f97d043
securis/src/main/webapp/src/app/forms/pack.form.component.ts
....@@ -71,7 +71,7 @@
7171 this.toaster.success(this.$L.get('Action "{}" executed successfully', action));
7272 this.init();
7373 },
74
- (err : any) => this.toaster.error(this.$L.get('Action "{}" failed', action))
74
+ (err : any) => this.toaster.error(err.message, this.$L.get('Action "{}" failed', action))
7575 );
7676 }
7777