rsanchez
2017-04-03 347803bd8d8349baa0577156896a1ec924a69e6d
securis/src/main/webapp/src/app/forms/pack.form.component.ts
....@@ -69,7 +69,7 @@
6969 return this.packs[action](this.data.id).subscribe(
7070 (actionResponse : any) => {
7171 this.toaster.success(this.$L.get('Action "{}" executed successfully', action));
72
- this.reload();
72
+ this.init();
7373 },
7474 (err : any) => this.toaster.error(this.$L.get('Action "{}" failed', action))
7575 );