From 4b4596f71003b6aecb4386ee24b50d5168e10fc4 Mon Sep 17 00:00:00 2001
From: CeĢsar Calvo <ccalvo@curisit.net>
Date: Tue, 14 Mar 2017 15:28:28 +0000
Subject: [PATCH] #0 - Compilation error
---
securis/src/main/webapp/src/app/forms/pack.form.component.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/securis/src/main/webapp/src/app/forms/pack.form.component.ts b/securis/src/main/webapp/src/app/forms/pack.form.component.ts
index 53858be..0f82e10 100644
--- a/securis/src/main/webapp/src/app/forms/pack.form.component.ts
+++ b/securis/src/main/webapp/src/app/forms/pack.form.component.ts
@@ -81,7 +81,7 @@
);
}
- changeLicType(event) {
+ changeLicType(event: any) {
this.licenseTypes.get(this.data.license_type_id)
.map(lt_data => lt_data.metadata)
.subscribe(
@@ -93,7 +93,7 @@
);
}
- changeOrg(event) {
+ changeOrg(event: any) {
console.log(event);
console.log(this.data.organization_id);
}
--
Gitblit v1.3.2