In CVS revision 1.75, the $name was no longer set when form altering the node edit form. That means there is an unset transition title and blank array key when working through workflow_node_form when workflow_node_form tries to use either $title or $name.

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/workflow/wo...

Attached patch re-adds the $name variable in the same way it is set in workflow_tab_form().

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

deekayen’s picture

This might be a little better so check_plain doesn't get called more than it has to.

deekayen’s picture

Updated patch to match the changes made in 1.83.2.1.

deekayen’s picture

Status: Needs review » Closed (duplicate)
RdeBoer’s picture

Seems to be fixed in Workflow 6.x.1.5.