Merge remote-tracking branch 'github/main' into task/main/CST-15074

# Conflicts:
#	src/app/shared/log-in/log-in.component.ts
#	src/themes/custom/app/shared/log-in/log-in.component.ts
This commit is contained in:
Vincenzo Mecca
2025-03-12 16:55:15 +01:00
935 changed files with 19616 additions and 17787 deletions

View File

@@ -108,7 +108,7 @@ export const APP_ROUTES: Route[] = [
path: COLLECTION_MODULE_PATH,
loadChildren: () => import('./collection-page/collection-page-routes')
.then((m) => m.ROUTES),
data: { showBreadcrumbs: false, enableRSS: true },
data: { enableRSS: true },
canActivate: [endUserAgreementCurrentUserGuard],
},
{