1
0

107664: Normalized ePerson & group edit url and moved error message to translation file

This commit is contained in:
Alexandre Vryghem
2023-10-19 23:01:24 +02:00
parent 75ec046bba
commit 2e571767ea
4 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ import { EPersonResolver } from './epeople-registry/eperson-resolver.service';
canActivate: [SiteAdministratorGuard],
},
{
path: `${EPERSON_PATH}/:id`,
path: `${EPERSON_PATH}/:id/edit`,
component: EPersonFormComponent,
resolve: {
breadcrumb: I18nBreadcrumbResolver,
@@ -66,7 +66,7 @@ import { EPersonResolver } from './epeople-registry/eperson-resolver.service';
canActivate: [GroupAdministratorGuard]
},
{
path: `${GROUP_PATH}/:groupId`,
path: `${GROUP_PATH}/:groupId/edit`,
component: GroupFormComponent,
resolve: {
breadcrumb: I18nBreadcrumbResolver