From ac8d1f0e8ab4bab6eb546daa8062a6dad3ab8e23 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Fri, 10 Mar 2017 11:28:36 +0000
Subject: [PATCH] #3527 fix - Fixed dialog data

---
 securis/src/main/webapp/src/app/app.module.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/securis/src/main/webapp/src/app/app.module.ts b/securis/src/main/webapp/src/app/app.module.ts
index 7ac7a54..04dca82 100644
--- a/securis/src/main/webapp/src/app/app.module.ts
+++ b/securis/src/main/webapp/src/app/app.module.ts
@@ -25,6 +25,7 @@
 import { appRoutes, appRoutingProviders } from './app.routes';
 import { requestOptionsProvider, requestBackendProvider } from './common/default.requests.options';
 import { LocaleServiceModule } from './common/i18n';
+import { PackFormComponent } from "./forms/pack.form.component";
 
 @NgModule({
   imports: [
@@ -45,14 +46,17 @@
   declarations: [
     HeroDetailComponent,
     PackListComponent,
+    PackFormComponent,
     LoginFormComponent,
     AppHomeComponent
   ],
   bootstrap: [ AppHomeComponent ],
+  entryComponents: [ PackFormComponent ],
   providers: [
     UserService,
     PacksService,
     LicensesService,
+    PackFormComponent,
     ApplicationsService,
     OrganizationsService,
     LicenseTypesService,

--
Gitblit v1.3.2