Closed (fixed)
Project:
Business Rules
Version:
8.x-1.0-alpha14
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jun 2018 at 01:28 UTC
Updated:
27 Jun 2018 at 21:59 UTC
Jump to comment: Most recent
Step to reproduce
1 Create custom entity using ECK module
2 Creat empty entity variable of this entity type
3 Create action "Set values to entity variable" and set fileds values
4 Run action
Expected result
Entity variable has updated.
Actual result
Appears the following error message:
Error: Call to a member function getFieldDefinition() on null in Drupal\business_rules\Plugin\BusinessRulesAction\FillEntityVariableFields->execute() (line 237 of modules\business_rules\src\Plugin\BusinessRulesAction\FillEntityVariableFields.php).
Comments
Comment #2
wombatbuddy commentedDue to this issue it's impossible to create a new Entity.
Comment #3
wombatbuddy commentedComment #4
yseki commentedThanks @wombatbuddy, I could replicate and fix the issue.
Fixed on alpha15
Comment #5
yseki commentedstatus changed to fixed