Closed (cannot reproduce)
Project:
Workflow Extensions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2013 at 21:45 UTC
Updated:
4 Apr 2013 at 14:44 UTC
If I click on a state change button (see also #1884624: State change single-action buttons misplaced on node edit form) in the node edit screen, I get this error:
Fatal error: Call to undefined function workflow_tab_form_submit() in C:\wamp\www\drupal7\includes\form.inc on line 1460
Comments
Comment #1
nancydruMoving to extensions.
I just removed this in workflow_extensions_form_alter() [line 226]. I suspect this is wrong, but I don't see that function anywhere, even though a comment references it.
Comment #2
nancydruI don't seem to be having this issue any more.
Comment #3
liberatrI also had this error, so I commented out the lines that added this function to the #submit - 219 through 222 - and my error went away.
As far as I can tell everything is working.