Closed (fixed)
Project:
Workflow
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2008 at 15:25 UTC
Updated:
15 Aug 2008 at 16:52 UTC
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
Comment #1
Lk2 commentedToo with workflow_access in the function workflow_access_form_alter.
Comment #2
jvandyk commentedFixed. Thanks.
Comment #3
Lk2 commentedWhere is a patch/new distribution for Workflow?
I have fixed by myself, but I prefer your fixes than mine (a PHP newbie...)
Comment #4
jvandyk commentedFixes 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.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.