We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdcd886 commit c212b3dCopy full SHA for c212b3d
2 files changed
src/app/collection-page/collection-page-routes.ts
@@ -86,12 +86,17 @@ export const ROUTES: Route[] = [
86
menu: dsoEditMenuResolver,
87
},
88
children: [
89
+ {
90
+ path: '',
91
+ pathMatch: 'full',
92
+ component: ComcolSearchSectionComponent,
93
+ },
94
{
95
path: 'search',
96
pathMatch: 'full',
97
component: ComcolSearchSectionComponent,
98
resolve: {
- breadcrumb: browseByI18nBreadcrumbResolver,
99
+ breadcrumb: i18nBreadcrumbResolver,
100
101
data: { breadcrumbKey: 'collection.search' },
102
src/app/community-page/community-page-routes.ts
@@ -73,6 +73,11 @@ export const ROUTES: Route[] = [
73
74
75
76
77
78
79
80
81
82
83
0 commit comments