From 832b5b13285d20653117531eabfff4dc242059c3 Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Wed, 9 Apr 2025 00:37:05 +0200 Subject: [PATCH] 130080: Added the DSO menus back to the search tab --- src/app/collection-page/collection-page-routes.ts | 5 ++++- src/app/community-page/community-page-routes.ts | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/collection-page/collection-page-routes.ts b/src/app/collection-page/collection-page-routes.ts index fa7ad096b2..9b729f1dc4 100644 --- a/src/app/collection-page/collection-page-routes.ts +++ b/src/app/collection-page/collection-page-routes.ts @@ -96,7 +96,10 @@ export const ROUTES: Route[] = [ resolve: { breadcrumb: i18nBreadcrumbResolver, }, - data: { breadcrumbKey: 'collection.search' }, + data: { + breadcrumbKey: 'collection.search', + menuRoute: MenuRoute.COLLECTION_PAGE, + }, }, { path: 'browse/:id', diff --git a/src/app/community-page/community-page-routes.ts b/src/app/community-page/community-page-routes.ts index c959ea9cc5..258fdda049 100644 --- a/src/app/community-page/community-page-routes.ts +++ b/src/app/community-page/community-page-routes.ts @@ -83,7 +83,10 @@ export const ROUTES: Route[] = [ resolve: { breadcrumb: i18nBreadcrumbResolver, }, - data: { breadcrumbKey: 'community.search' }, + data: { + breadcrumbKey: 'community.search', + menuRoute: MenuRoute.COMMUNITY_PAGE, + }, }, { path: 'subcoms-cols',