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
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

TechnoBuddhist - October 14, 2009 - 14:21

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

crea - November 1, 2009 - 00:11
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

System Message - November 15, 2009 - 00:20
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.