Skip to content

Commit 832b5b1

Browse files
130080: Added the DSO menus back to the search tab
1 parent bd4c6d6 commit 832b5b1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/app/collection-page/collection-page-routes.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ export const ROUTES: Route[] = [
9696
resolve: {
9797
breadcrumb: i18nBreadcrumbResolver,
9898
},
99-
data: { breadcrumbKey: 'collection.search' },
99+
data: {
100+
breadcrumbKey: 'collection.search',
101+
menuRoute: MenuRoute.COLLECTION_PAGE,
102+
},
100103
},
101104
{
102105
path: 'browse/:id',

src/app/community-page/community-page-routes.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ export const ROUTES: Route[] = [
8383
resolve: {
8484
breadcrumb: i18nBreadcrumbResolver,
8585
},
86-
data: { breadcrumbKey: 'community.search' },
86+
data: {
87+
breadcrumbKey: 'community.search',
88+
menuRoute: MenuRoute.COMMUNITY_PAGE,
89+
},
8790
},
8891
{
8992
path: 'subcoms-cols',

0 commit comments

Comments
 (0)