hook_form_alter() has different parameters in Drupal 6, but Workflow's workflow_form_alter() (line #545 in workflow.module) still uses the parameters from Drupal 5. Therefor there is now workflow fieldset on a node edit form even if has been configured in admin/build/workflow

Comments

Lk2’s picture

Too with workflow_access in the function workflow_access_form_alter.

jvandyk’s picture

Status: Active » Fixed

Fixed. Thanks.

Lk2’s picture

Where is a patch/new distribution for Workflow?

I have fixed by myself, but I prefer your fixes than mine (a PHP newbie...)

jvandyk’s picture

Fixes go into the HEAD of the CVS tree for workflow. Periodically I tag those and create a release (like the 6.x-1.0-beta2 release today).

The CVS tree should also be appearing as a 6.x-dev download, but that is not currently working.

Your time would be well invested to spend some time learning about CVS. A good place to start is the CVS Introduction in the handbook.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.