Closed (fixed)
Project:
Workflow
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2013 at 13:03 UTC
Updated:
2 Dec 2013 at 19:20 UTC
Jump to comment: Most recent
Just wanted to let you know that workflow_actions.module makes reference to a function that no longer exists - workflow_get_workflow_states.
I dunno if it was the right thing to do, but I added this line in workflow.module, and my error went away.
module_load_include('inc', 'workflow', 'workflow.deprecated');
Comments
Comment #1
johnvThe module was not up-to-date.
A revamped version is committed here.
If you created actions with a previous version, you must recreate them.
See the change record #2138505: Workflow Triggers must be recreated.