- Issue created by @johnv
Automatically closed - issue fixed for 2 weeks with no activity.
When aligning contrib module Workflow Notifications → with current version, it was revealed that that module also uses loadBetween(), selecting executd transitions, not only scheduled ones.
It is a small task to add this to the central codebase.
- move WorkflowScheduledTransition::loadBetween to WorkflowTransition
- add WorkflowScheduledTransition::loadBetween back with the proper entity_type_id, then calling the parent.
Active
2.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.