rsanchez
2017-03-21 a6e1ace2b6bdba8c08a4acfa42433f3ac073b747
securis/src/main/webapp/src/app/app.routes.ts
....@@ -41,15 +41,15 @@
4141
4242 {path: 'licensetypes', component: LicenseTypeListComponent},
4343 {path: 'licensetypes/create', component: LicenseTypeFormComponent},
44
- {path: 'licensetypes/edit/:applicationId', component: LicenseTypeFormComponent},
44
+ {path: 'licensetypes/edit/:licensetypeId', component: LicenseTypeFormComponent},
4545
4646 {path: 'organizations', component: OrganizationListComponent},
4747 {path: 'organizations/create', component: OrganizationFormComponent},
48
- {path: 'organizations/edit/:applicationId', component: OrganizationFormComponent},
48
+ {path: 'organizations/edit/:organizationId', component: OrganizationFormComponent},
4949
5050 {path: 'users', component: UserListComponent},
5151 {path: 'users/create', component: UserFormComponent},
52
- {path: 'users/edit/:applicationId', component: UserFormComponent}
52
+ {path: 'users/edit/:username', component: UserFormComponent}
5353
5454 ]
5555 },