Skip to content

Commit

Permalink
Merge branch 'w2p-112970_added-missing-breadcrumbs_contribute-7.4' in…
Browse files Browse the repository at this point in the history
…to 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
  • Loading branch information
alexandrevryghem committed Apr 10, 2024
2 parents 5f8033a + 4251630 commit 97f70d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/collection-page/collection-page-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const ROUTES: Route[] = [
resolve: {
breadcrumb: communityBreadcrumbResolver,
},
runGuardsAndResolvers: 'always',
},
{
path: ':id',
Expand Down
1 change: 1 addition & 0 deletions src/app/community-page/community-page-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const ROUTES: Route[] = [
resolve: {
breadcrumb: communityBreadcrumbResolver,
},
runGuardsAndResolvers: 'always',
},
{
path: ':id',
Expand Down

0 comments on commit 97f70d8

Please sign in to comment.