securis/src/main/webapp/src/app/listing/pack.list.component.ts
.. .. @@ -92,7 +92,7 @@ 92 92 this.toaster.success(this.$L.get('Action "{}" executed successfully', action)); 93 93 this.reload(); 94 94 }, 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))96 96 ); 97 97 } 98 98