- 🇺🇸United States Greg Boggs Portland Oregon
This needs to be updated and tested to the current release.
- 🇩🇪Germany spuky
I am not sure if this is still an issue if it is can you update the mr
Hi,
around line 467 in
\Drupal\easy_breadcrumb\EasyBreadcrumbBuilder::build()
the breadcrumbs are build by the uri path elements.
elseif ($this->config->get(EasyBreadcrumbConstants::INCLUDE_INVALID_PATHS) && empty($exclude[implode('/', $path_elements)])) {
This is mostly leading to broken breadcrumb titles. E.g. german umlauts (Ä, Ö, Ü, ß) cannot be retrieved by that. Also combined nouns (e.g. North America).
I've figured out to get the correct titles by the redirect urls. Most Drupal projects are using the redirect module. If it's installed, my service will retrieve the titles from the redirects. Since the redirects are pointing to the original content entity. The patch will correct the breadcrumb titles for many users of the easy breadcrumb module I think.
See the attached patch. Please be so kind and review the path and apply it to the easy breadcrumb project.
Needs work
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This needs to be updated and tested to the current release.
I am not sure if this is still an issue if it is can you update the mr