Closed (won't fix)
Project:
Workflow
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2008 at 21:51 UTC
Updated:
9 May 2014 at 11:12 UTC
Jump to comment: Most recent
Comments
Comment #1
jvandyk commentedSee the workflow_form_alter() function to see how the workflow form is introduced into the node editing form. The same approach could be used to place the form elsewhere.
Comment #2
avpadernoComment #3
Bastlynn commentedThere's no current in-code way to do this, you would need to roll your own module to fix it. If you look at the code in form_alter, and add it on the view op of hook_nodeapi you should be able to do this.
Since this request is over a year old, I'm going to assume you've gotten things worked out in the meantime. If not, then open a request for the Drupal 7 version of the module and I'll take a look at it.
Comment #4
johnvThe Workflow Extensions module contains this functionality.
In D7 you can have the Workflow Form/Widget on the View page itself.