Under Drupal 4.7b2, using the CVS version of action.module, workflow.module works fine until you want to transition. When you're editing a node, you cannot see the transition section.

Comments

rbrooks00’s picture

I've been able to confirm this problem as well with my testing. The state seems to be set in the background (and via the watchdog) if you specify that something should happen on creation but states can't be displayed or changed on the edit form.

jvandyk’s picture

Assigned: Unassigned » jvandyk
Status: Active » Fixed

This was caused by the loss of the 'form' nodeapid op. I've committed new code that uses form_alter instead.

Also fixed a(nother form) bug that made it seem like workflows were mapped to types when they really weren't.

Anonymous’s picture

Status: Fixed » Closed (fixed)