securis/src/main/webapp/src/app/forms/pack.form.component.ts
.. .. @@ -71,7 +71,7 @@ 71 71 this.toaster.success(this.$L.get('Action "{}" executed successfully', action)); 72 72 this.init(); 73 73 }, 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))75 75 ); 76 76 } 77 77