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

nancydru’s picture

Project: Workflow » Workflow Extensions

Moving 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.

nancydru’s picture

Status: Active » Closed (cannot reproduce)

I don't seem to be having this issue any more.

liberatr’s picture

I 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.