When attempting to install workspaces_extra we get a fatal error
TypeError: Drupal\easy_breadcrumb\EasyBreadcrumbBuilder::__construct(): Argument #10 ($menu_link_manager) must be of type Drupal\Core\Menu\MenuLinkManager, Drupal\wse_menu\WseMenuLinkManager given, called in /home/ide/project/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in Drupal\easy_breadcrumb\EasyBreadcrumbBuilder->__construct() (line 222 of modules/contrib/easy_breadcrumb/src/EasyBreadcrumbBuilder.php).
Issue fork easy_breadcrumb-3508330
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
smustgrave commentedComment #4
greg boggsheh, so confusing. Why does wse menu link manager get called when we ask for the core one?
Comment #5
smustgrave commentedBelieve it’s a wrapper thing. Like all the other services call their respective interfaces
Comment #6
megakeegman commentedFor what it's worth, I just experienced the same fatal error and then did this exact fix, and am pleased to find someone already having gone through this.
Comment #7
megakeegman commentedAlso to be specific (though you can probably tell from the error), this error specifically occurs when the workspaces extra submodule, wse_menu, is enabled
Comment #9
greg boggsThanks for the fix y'all!