- Issue created by @mvogel
- Status changed to Fixed
about 1 year ago 5:08am 13 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Hi,
we are using the contrib module
Page manager →
and creating routes with it. For these routes, we want to use breadcrumbs. It will fail with view routes, too.
With this introduced change https://git.drupalcode.org/project/context_breadcrumb/-/commit/3d9d7867a... we get a PHP error The "base_route_name" entity type does not exist.
or for views The "view_id" entity type does not exist.
because the base_route_name is a param from the route; therefore this line
if (!is_object($param_object) && $storage = $this->entityManager->getStorage($key)) {
cannot be executed because $this->entityManager->getStorage('base_route_name')
does not exist
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.