Strict route parameter compare leads to duplication on term pages

Created on 10 February 2025, about 2 months ago

The current page gets added twice - from the menu item and from MenuBasedBreadcrumbBuilder::addMissingCurrentPage
because the route parameter check is too strict.
e.g these are considered different:
array:3 [β–Ό
"taxonomy_term" => "46377"
"display_id" => "page_1"
"view_id" => "taxonomy_term"
]

VS

array:3 [β–Ό
"taxonomy_term" => "46377"
"view_id" => "taxonomy_term"
"display_id" => "page_1"
]

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

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

Comments & Activities

Production build 0.71.5 2024