-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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:
| ->addWhere('is_enabled', '=', TRUE) |
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels