Wrong breadcrumb due to route alterations

Created on 6 October 2023, 9 months ago
Updated 17 June 2024, 11 days ago

In my breadcrumb menu, I have some linked terms which use taxonomy_views_integrator β†’ .

The TVI route enhancer adds default route parameters to terms, and due to core changes introduced in copyRawVariables should support default route parameters πŸ› copyRawVariables should support default route parameters Fixed , these params are now stored into the route_param_key column of the menu_tree table.

This makes the breadcrumb menu query in MenuBasedBreadcrumbBuilder::applies fail because it uses $url->getRouteParameters() which does not collect default route params.

πŸ› Bug report
Status

Needs review

Version

2.0

Component

Code

Created by

πŸ‡«πŸ‡·France NicolasGraph Strasbourg

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024