Skip to content

Commit aca1411

Browse files
authored
Merge pull request DSpace#4061 from alexandrevryghem/restored-breadcrumbs-on-collection-pages_contribute-main
Restored breadcrumbs on collection pages
2 parents e976ddb + 7d04084 commit aca1411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/app-routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const APP_ROUTES: Route[] = [
108108
path: COLLECTION_MODULE_PATH,
109109
loadChildren: () => import('./collection-page/collection-page-routes')
110110
.then((m) => m.ROUTES),
111-
data: { showBreadcrumbs: false, enableRSS: true },
111+
data: { enableRSS: true },
112112
canActivate: [endUserAgreementCurrentUserGuard],
113113
},
114114
{

0 commit comments

Comments
 (0)