Problem/Motivation

When configuring a Webform element to use the inline entity form for an ECK (https://www.drupal.org/project/eck) entity type, the element failed to render with the error:

Unable to render elements, please view the below message(s) and the error log.
Missing bundle for entity type xxx

Comments

yoerioptr created an issue. See original summary.

yoerioptr’s picture

Fixed the "Missing bundle for entity type xxx" error by setting valid bundle values and improving configuration validation. Default properties for entity_type and bundle were updated to avoid invalid literals. These changes prevent InlineEntityForm from using invalid bundles with the rating entity type.

yoerioptr’s picture

Issue summary: View changes