securis/src/main/webapp/src/app/forms/pack.form.component.ts
.. .. @@ -69,7 +69,7 @@ 69 69 return this.packs[action](this.data.id).subscribe( 70 70 (actionResponse : any) => { 71 71 this.toaster.success(this.$L.get('Action "{}" executed successfully', action)); 72 - this.reload();72 + this.init();73 73 }, 74 74 (err : any) => this.toaster.error(this.$L.get('Action "{}" failed', action)) 75 75 );