rsanchez
2017-04-03 347803bd8d8349baa0577156896a1ec924a69e6d
securis/src/main/webapp/src/app/forms/license.form.component.ts
....@@ -56,7 +56,7 @@
5656 return this.licenses[action](this.data.id).subscribe(
5757 (actionResponse : any) => {
5858 this.toaster.success(this.$L.get('Action "{}" executed successfully', action));
59
- this.reload();
59
+ this.init();
6060 },
6161 (err : any) => this.toaster.error(this.$L.get('Action "{}" failed', action))
6262 );