From 1a0491f2462d2c309bd8e310b22c11019a79ce1e Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Mon, 20 Mar 2017 16:02:14 +0000
Subject: [PATCH] #3527 fix - Added applications forms and metadata component

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

diff --git a/securis/src/main/webapp/src/app/resources/packs.ts b/securis/src/main/webapp/src/app/resources/packs.ts
index f92292f..951db3b 100644
--- a/securis/src/main/webapp/src/app/resources/packs.ts
+++ b/securis/src/main/webapp/src/app/resources/packs.ts
@@ -60,8 +60,8 @@
 
 @Injectable()
 export class PacksService extends SeCurisResourceServices {
-  constructor(http: Http, private $L: LocaleService) {
-    super(http, 'pack');
+  constructor(http: Http, $L: LocaleService) {
+    super($L, http, 'pack');
   }
 
   public activate(id: number) {

--
Gitblit v1.3.2