Skip to content

Commit 97f70d8

Browse files
Merge branch 'w2p-112970_added-missing-breadcrumbs_contribute-7.4' into w2p-112970_added-missing-breadcrumbs_contribute-main
# Conflicts: # src/app/collection-page/collection-page-routing.module.ts # src/app/community-page/community-page-routing.module.ts
2 parents 5f8033a + 4251630 commit 97f70d8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const ROUTES: Route[] = [
5050
resolve: {
5151
breadcrumb: communityBreadcrumbResolver,
5252
},
53+
runGuardsAndResolvers: 'always',
5354
},
5455
{
5556
path: ':id',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export const ROUTES: Route[] = [
4747
resolve: {
4848
breadcrumb: communityBreadcrumbResolver,
4949
},
50+
runGuardsAndResolvers: 'always',
5051
},
5152
{
5253
path: ':id',

0 commit comments

Comments
 (0)