Merge remote-tracking branch 'upstream/main' into retrieve-name-with-dsonameservice-main

# Conflicts:
#	src/app/browse-by/browse-by-date-page/browse-by-date-page.component.ts
This commit is contained in:
Alexandre Vryghem
2023-04-01 21:08:27 +02:00
59 changed files with 781 additions and 304 deletions

View File

@@ -34,7 +34,11 @@ import {
resolve: {
breadcrumb: I18nBreadcrumbResolver
},
data: { title: 'workflow-item.edit.title', breadcrumbKey: 'workflow-item.edit' }
data: {
title: 'workflow-item.edit.title',
breadcrumbKey: 'workflow-item.edit',
collectionModifiable: false
}
},
{
canActivate: [AuthenticatedGuard],