We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4887a28 + 832b5b1 commit d6261e4Copy full SHA for d6261e4
src/app/collection-page/collection-page-routes.ts
@@ -96,7 +96,10 @@ export const ROUTES: Route[] = [
96
resolve: {
97
breadcrumb: i18nBreadcrumbResolver,
98
},
99
- data: { breadcrumbKey: 'collection.search' },
+ data: {
100
+ breadcrumbKey: 'collection.search',
101
+ menuRoute: MenuRoute.COLLECTION_PAGE,
102
+ },
103
104
{
105
path: 'browse/:id',
src/app/community-page/community-page-routes.ts
@@ -83,7 +83,10 @@ export const ROUTES: Route[] = [
83
84
85
86
- data: { breadcrumbKey: 'community.search' },
87
+ breadcrumbKey: 'community.search',
88
+ menuRoute: MenuRoute.COMMUNITY_PAGE,
89
90
91
92
path: 'subcoms-cols',
0 commit comments