Closed (fixed)
Project:
Workflow
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2009 at 17:59 UTC
Updated:
30 May 2010 at 12:48 UTC
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
Comments
Comment #1
TechnoBuddhist commentedSorted 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).
Comment #2
crea commentedAFAIK 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.
Comment #4
techypaul commented@TechnoBuddhist
Did you do this in the end or just the way you descibe? I would rather use this method so I don't need to worry about keeping up with workflow changes but have no idea how to do it.
Thanks,
Paul.