From a6e1ace2b6bdba8c08a4acfa42433f3ac073b747 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Tue, 21 Mar 2017 10:16:22 +0000
Subject: [PATCH] #3527 feature - Added all catalogs and working fine

---
 securis/src/main/webapp/src/app/app.routes.ts |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/securis/src/main/webapp/src/app/app.routes.ts b/securis/src/main/webapp/src/app/app.routes.ts
index e6ef16e..60ed31b 100644
--- a/securis/src/main/webapp/src/app/app.routes.ts
+++ b/securis/src/main/webapp/src/app/app.routes.ts
@@ -41,15 +41,15 @@
 
         {path: 'licensetypes', component: LicenseTypeListComponent},
         {path: 'licensetypes/create', component: LicenseTypeFormComponent},
-        {path: 'licensetypes/edit/:applicationId', component: LicenseTypeFormComponent},
+        {path: 'licensetypes/edit/:licensetypeId', component: LicenseTypeFormComponent},
 
         {path: 'organizations', component: OrganizationListComponent},
         {path: 'organizations/create', component: OrganizationFormComponent},
-        {path: 'organizations/edit/:applicationId', component: OrganizationFormComponent},
+        {path: 'organizations/edit/:organizationId', component: OrganizationFormComponent},
 
         {path: 'users', component: UserListComponent},
         {path: 'users/create', component: UserFormComponent},
-        {path: 'users/edit/:applicationId', component: UserFormComponent}
+        {path: 'users/edit/:username', component: UserFormComponent}
 
     ]
   },

--
Gitblit v1.3.2