Closed (duplicate)
Project:
Drupal core
Version:
8.9.x-dev
Component:
layout_builder.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2019 at 12:36 UTC
Updated:
10 Jul 2020 at 23:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
subhojit777I debugged the problem, and executed the test in my machine, and this is the test output I got:
After making changes in
layout_buildermodule, the tests worked. I am not sure whether the problem is in thebig_pipemodule, or the test framework.Comment #5
josephdpurcell commentedAfter applying the patch from #2 I was able to see the issue went away during indexing.
Adding issues in other modules and code that cause issues due to fromRouteMatch() throwing an exception.
Comment #6
tim.plunkettThis is a duplicate of #3104980: layout_builder_system_breadcrumb_alter doesn't check for a null route object