Skip to content

Commit d6261e4

Browse files
authored
Merge pull request #4138 from alexandrevryghem/w2p-130080_fix-missing-dso-buttons-on-comcol-page_contribute-7.6
Added the DSO menus back to the comcol search tabs
2 parents 4887a28 + 832b5b1 commit d6261e4

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)