π | Workflow | Drupal\Core\Entity\EntityStorageException when updating entity with a workflow field
πΊπΈUnited States mbabayan
Nevermind, found the issue, caused by my own custom module...
π | Workflow | Drupal\Core\Entity\EntityStorageException when updating entity with a workflow field
πΊπΈUnited States mbabayan
mbabayan β created an issue.
πΊπΈUnited States mbabayan
Thank you, got it working!
πΊπΈUnited States mbabayan
With apologies, I'm still stuck.
I understand how I can get to the transition object. I can also get the "To" State via $transition->getToState().
How do I get a value of the field defined on the workflow form from there? E.g. the field system name is "field_reassign_to".
$transition->getToState()->get("field_reassign_to") does not return anything, even though the transition is performed with this field populated in the workflow form.
Thank you!
πΊπΈUnited States mbabayan
mbabayan β created an issue.