Skip to content

Commit 4251630

Browse files
112970: Always rerun resolvers on url change for create comcol pages
1 parent 60d93e6 commit 4251630

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/collection-page/collection-page-routing.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import { CommunityBreadcrumbResolver } from '../core/breadcrumbs/community-bread
4747
resolve: {
4848
breadcrumb: CommunityBreadcrumbResolver,
4949
},
50+
runGuardsAndResolvers: 'always',
5051
},
5152
{
5253
path: ':id',

src/app/community-page/community-page-routing.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import { I18nBreadcrumbResolver } from '../core/breadcrumbs/i18n-breadcrumb.reso
4040
resolve: {
4141
breadcrumb: CommunityBreadcrumbResolver,
4242
},
43+
runGuardsAndResolvers: 'always',
4344
},
4445
{
4546
path: ':id',

0 commit comments

Comments
 (0)