rsanchez
2017-04-17 f11e78dacb3bbf45988a5002bed3bf8e7f97d043
securis/src/main/webapp/src/app/listing/pack.list.component.ts
....@@ -92,7 +92,7 @@
9292 this.toaster.success(this.$L.get('Action "{}" executed successfully', action));
9393 this.reload();
9494 },
95
- (err : any) => this.toaster.error(this.$L.get('Action "{}" failed', action))
95
+ (err : any) => this.toaster.error(err.message, this.$L.get('Action "{}" failed', action))
9696 );
9797 }
9898