Problem/Motivation
The WorkflowManager class contains some helper functions.
We already created a 'decorator' class WorkflowRole
Let us also create such a decorator class for the $transtition->targetEntity : WorkflowTargetEntity.
The WorkflowManager class contains some helper functions.
We already created a 'decorator' class WorkflowRole
Let us also create such a decorator class for the $transtition->targetEntity : WorkflowTargetEntity.
Comments
Comment #6
flyke commentedJust installed latest dev via:
composer require 'drupal/workflow:1.x-dev@dev'And it throws lots of errors, for example if I try to do a
drush crComment #7
johnvThanks for using and reporting on latest dev. It is much appreciated.
I did test your situation.
I do think that your caches were not flushed after updating to latest dev.
Comment #10
johnvForgive me my negligence, the new class was not committed at all..
This is no corrected.
Comment #12
flyke commentedThank you, the errors are gone now with the latest dev version.
Comment #13
johnv