- Issue created by @matthieuscarset
- Merge request !130Draft: Resolve #3467236 "Path processed urls" → (Closed) created by matthieuscarset
- Status changed to Needs review
4 months ago 6:45pm 9 August 2024 - 🇩🇪Germany spuky
just to get a little more insight ist this old issue related or the same as your issue ?
https://www.drupal.org/project/easy_breadcrumb/issues/3207853 🐛 Routes with a parameter converter but no entity do not get their title inserted in the breadcrumb Needs work
- 🇩🇪Germany spuky
also I tried to understand your MR isn't that changing nothing but returning earlier ?
if the exeption is hit I assume $entity is still NULL so we return parent::getTitle($request, $route);
same as your MR
and in your described case the title seems still to be empty after returning
parent::getTitle($request, $route);
so the fallback of using the Path as a source for the breadcrumb Items is used...
- Status changed to Closed: works as designed
4 months ago 7:25pm 19 August 2024 I'm sorry I think I mismatched some things and my issue was not directly related to Easy Breadcrumb.
The latest version (2.1.7) works correctly even with fake routes.
Marking this issue as closed.