Workflow interface - dropdown list instead of radio options?
TechnoBuddhist - October 12, 2009 - 17:59
| Project: | Workflow |
| Version: | 6.x-1.1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Can the workflow interface be configured/changed to show the states as elements in a dropdown instead of a list of radio options?
It would make the interface take up a lot less room.
Thanks

#1
Sorted it now.
I've looked at the code and I've changed the workflow_node_form in workflow.module.
Changed:
'#type' => 'radios',to'#type' => 'select',job done.
I know workflow is being dropped into D7, maybe nice to give user a choice between radios or dropdown(altho probably too late for initial D7 release).
#2
AFAIK this can be changed on your site with hook_form_alter() and hacking module code is not good solution if you can't maintain your own version.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.