Download & Extend

Workflow interface - dropdown list instead of radio options?

Project:Workflow
Version:6.x-1.1
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#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

Status:active» fixed

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

Status:fixed» closed (fixed)

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

#4

@TechnoBuddhist

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.

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.

nobody click here