diff --git a/dmp-frontend/src/app/ui/admin/description-template/description-template.routing.ts b/dmp-frontend/src/app/ui/admin/description-template/description-template.routing.ts index 031ce62f2..1b34e994d 100644 --- a/dmp-frontend/src/app/ui/admin/description-template/description-template.routing.ts +++ b/dmp-frontend/src/app/ui/admin/description-template/description-template.routing.ts @@ -47,9 +47,6 @@ const routes: Routes = [ 'entity': DescriptionTemplateEditorResolver }, data: { - ...BreadcrumbService.generateRouteDataConfiguration({ - title: 'BREADCRUMBS.EDIT-DESCRIPTION-TEMPLATES' - }), authContext: { permissions: [AppPermission.EditDescriptionTemplate] }, @@ -67,9 +64,6 @@ const routes: Routes = [ 'entity': DescriptionTemplateEditorResolver }, data: { - ...BreadcrumbService.generateRouteDataConfiguration({ - title: 'BREADCRUMBS.EDIT-DESCRIPTION-TEMPLATES' - }), authContext: { permissions: [AppPermission.EditDescriptionTemplate] }, @@ -87,9 +81,6 @@ const routes: Routes = [ 'entity': DescriptionTemplateEditorResolver }, data: { - ...BreadcrumbService.generateRouteDataConfiguration({ - title: 'BREADCRUMBS.EDIT-DESCRIPTION-TEMPLATES' - }), authContext: { permissions: [AppPermission.EditDescriptionTemplate] }, diff --git a/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html b/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html index 6f2896f54..37df897f2 100644 --- a/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html +++ b/dmp-frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html @@ -2,9 +2,8 @@