César Calvo
2017-03-14 4b4596f71003b6aecb4386ee24b50d5168e10fc4
securis/src/main/webapp/src/app/forms/pack.form.component.ts
....@@ -81,7 +81,7 @@
8181 );
8282 }
8383
84
- changeLicType(event) {
84
+ changeLicType(event: any) {
8585 this.licenseTypes.get(this.data.license_type_id)
8686 .map(lt_data => lt_data.metadata)
8787 .subscribe(
....@@ -93,7 +93,7 @@
9393 );
9494 }
9595
96
- changeOrg(event) {
96
+ changeOrg(event: any) {
9797 console.log(event);
9898 console.log(this.data.organization_id);
9999 }