Problem/Motivation

The settings form crashes with the following error if a field with lazy enabled exists on the menu_link_content entity type.

Steps to reproduce

  1. Install Menu Item Extras and add a lazy loaded image field
  2. Visit the settings form of this module

Proposed resolution

Use $entity_type->getBundleEntityType() instead of hardcoding bundle entity types.

Issue fork lazy-3350622

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

DieterHolvoet created an issue. See original summary.

dieterholvoet’s picture

Status: Active » Needs review