securis/src/main/webapp/src/app/forms/license.form.component.ts
.. .. @@ -56,7 +56,7 @@ 56 56 return this.licenses[action](this.data.id).subscribe( 57 57 (actionResponse : any) => { 58 58 this.toaster.success(this.$L.get('Action "{}" executed successfully', action)); 59 - this.reload();59 + this.init();60 60 }, 61 61 (err : any) => this.toaster.error(this.$L.get('Action "{}" failed', action)) 62 62 );