Skip to content

Action Create Contract produces error #115

@frank-systopia

Description

@frank-systopia

The action Civi / Contract / ActionProvider / Action / CreateAction.php produces an error if used with Formprocessor.

Error message:

Drupal\Core\Entity\EntityStorageException: Could not process actions: Error in action create_contract: Invalid field 'is_enabled' in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 817 of /path/to/drupal/web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).

This message led me to this code point:

After changing "is_enabled" to "is_active" there was no more error.

I have not checked if there are other actions that have the same problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions