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.
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
Comment #1
rbrooks00 commentedI'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.
Comment #2
jvandyk commentedThis 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.
Comment #3
(not verified) commented