- Issue created by @angelamnr
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 8.0 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - @angelamnr opened merge request.
- πΊπΈUnited States angelamnr
Did some debugging on this. I discovered that the route parameters in the conditional on line 409 in MenuBasedBreadcrumbBuilder.php were sorted slightly differently for some reason. If the array sorting is normalized before running the conditional, then it resolves to TRUE and the menu breadcrumb appears as expected on views pages using two or more contextual filters.
- Status changed to Needs review
over 1 year ago 5:02pm 12 May 2023 - Status changed to RTBC
over 1 year ago 12:05am 7 June 2023 - π³πΏNew Zealand RoSk0 Wellington
This patch does fix the issue for us on 8.x-1.16 and Drupal 9.5.
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 8.0 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - π³πΏNew Zealand RoSk0 Wellington
Thanks Angela for reporting and fixing the bug!
Capturing MR request state in the patch to be used with composer-patches.
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 8.0 & MySQL 5.7last update
about 1 year ago Waiting for branch to pass - π¨π³China randy tang
When the menu has external links, the following errors will occur
UnexpectedValueException: External URLs do not have internal route parameters. - Open on Drupal.org βCore: 9.5.x + Environment: PHP 8.0 & MySQL 5.7last update
about 1 year ago Waiting for branch to pass