From 53e131674842a9e44a68fff2bd6880e2441e493f Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Tue, 14 Mar 2017 15:40:14 +0000
Subject: [PATCH] Merge branch 'angular2' of https://git.curisit.net/gitblit/git/common/securis into angular2
---
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 0453223..9c43e46 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