Problem/Motivation
Viewing a node on Drupal 11.2 correctly displays the node's title as the last breadcrumb.
Update to Drupal core 11.3.0 and the node title no longer displays.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 3565400-menu_breadcrumb-missing_curretn_page_title-7.patch | 2.15 KB | ludo.r |
Issue fork menu_breadcrumb-3565400
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
nicrodgersComment #4
eddylbsIt's Works for me on Drupal 11.3.1 and php 8.4.10
Thanks
Comment #5
plektr0 commentedIt's Works for me on Drupal 11.3.1 and PHP 8.3.28
Comment #6
tikaszvince commentedI beleive this is ready for merge
Comment #7
ludo.rI'm having the same issue with version
2.0.1and D10.5.Attaching patch of MR #38 here.
Comment #8
rossb89 commentedConfirmed the fix is good. This can cause a fatal php error as well if
$linksis empty by the time$first_url = $links[0]->getUrl();is called inMenuBasedBreadcrumbBuilderComment #9
xurizaemonThanks, merging.
Comment #12
klemendev commentedAny news when this patch is planned to be merged in release?