Closed (duplicate)
Project:
Workflow
Version:
6.x-1.5
Component:
Views
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2009 at 16:00 UTC
Updated:
1 Dec 2013 at 11:02 UTC
Jump to comment: Most recent
Comments
Comment #1
casey commented+1
Also I would like to have radio/checkboxes instead of a select list. Or at least the height of the select box (for multiple values) should be bigger.
Comment #2
liquidcms commentedbug still exists in 1.4 so changing version here; not sure about 1.5 or 2.x
also, for radios you could use Better Exposed Filters module but it has similar issues with workflow exposed filters, see: http://drupal.org/node/961316
not sure if use with BEF is there issue or still part of this bug in Workflow
going to try your patch
Comment #3
liquidcms commentedsweet.. your patch seems to work (applied to 1.4) for both the issue with std selected list exposed filter as well as when used with BEF module to create radio/checkboxes.
Comment #4
liquidcms commentedComment #5
dawansv commentedYes indeed this is still an issue in 1.5; code in patch works for me although I had to implement it manually...
Comment #6
johnvThis patch removes invalid states, but it seems to duplicate code from elsewhere in the module.
Marking this explicitly as D6 in the title, since D7-version already only shows the invalid states.
Comment #7
johnvPlease refer to #658880: Add selection for 'creation' state and workflow type in "Workflow: current state " filter which contains a D6-patch with filter for workflow and 'creation' state.
The D7-patch that was committed in that issue, contains the filter for "hide inactive and 'creation' states".