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).

Command icon 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

smustgrave created an issue. See original summary.

smustgrave’s picture

Status: Active » Needs review
greg boggs’s picture

heh, so confusing. Why does wse menu link manager get called when we ask for the core one?

smustgrave’s picture

Believe it’s a wrapper thing. Like all the other services call their respective interfaces

megakeegman’s picture

Status: Needs review » Reviewed & tested by the community

For 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.

megakeegman’s picture

Also to be specific (though you can probably tell from the error), this error specifically occurs when the workspaces extra submodule, wse_menu, is enabled

greg boggs’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for the fix y'all!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.