Problem/Motivation

I get the following error when I try to create a new webform digest
Drupal\Core\Config\Schema\SchemaIncompleteException: Entity type 'Drupal\webform_digests\Entity\WebformDigest' is missing 'config_export' definition in its annotation in Drupal\Core\Config\Entity\ConfigEntityBase->toArray() (line 251 of /web/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php).

Steps to reproduce

Happens on Drupal 9.1.5 (Didn't test in prior Drupal 9 versions)

Proposed resolution

Patch will follow.

Comments

Ismail Cherri created an issue. See original summary.

ismail cherri’s picture

Adds the missing `config_export` annotation.

  • andy_w committed bbad3cd on 8.x-1.x authored by Ismail Cherri
    Issue #3203399 by Ismail Cherri: "config_export" annotation key missing...
andy_w’s picture

Status: Active » Fixed
andy_w’s picture

Status: Fixed » Closed (fixed)
andy_w’s picture

StatusFileSize
new437 bytes

Added remaining fields for config export