112970: Always rerun resolvers on url change for create comcol pages

This commit is contained in:
Alexandre Vryghem
2024-04-11 00:18:04 +02:00
parent 60d93e653f
commit 4251630ab8
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ import { CommunityBreadcrumbResolver } from '../core/breadcrumbs/community-bread
resolve: { resolve: {
breadcrumb: CommunityBreadcrumbResolver, breadcrumb: CommunityBreadcrumbResolver,
}, },
runGuardsAndResolvers: 'always',
}, },
{ {
path: ':id', path: ':id',

View File

@@ -40,6 +40,7 @@ import { I18nBreadcrumbResolver } from '../core/breadcrumbs/i18n-breadcrumb.reso
resolve: { resolve: {
breadcrumb: CommunityBreadcrumbResolver, breadcrumb: CommunityBreadcrumbResolver,
}, },
runGuardsAndResolvers: 'always',
}, },
{ {
path: ':id', path: ':id',