Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2009 at 18:40 UTC
Updated:
3 Aug 2010 at 22:30 UTC
I am trying to filter a view based on workflow states, and it is only showing one of the two workflows that I have set up, and it is only showing the (creation) state from that one workflow. I'm not sure if this is something with view or workflow, but I figured I'd start with workflow and see if I can get some help here. I've attached a screenshot of what I'm seeing in the views admin section. Any help or where I should go to troubleshoot?
Brett
| Comment | File | Size | Author |
|---|---|---|---|
| workflow views issue.jpg | 51.55 KB | brettev |
Comments
Comment #1
brettev commentedI was able to fix this by disabling the multiple workflow option in workflow_views_handler_filter_sid.inc line 20 to say :
if (false and count($workflows) > 1) {
so it forces it to list them all out. It doesn't look as pretty, but it works.
Brett
Comment #2
dawehnerThats just a user interface bug. The states are placed, but the select list is so short, that you don't see them. I guess this is a views bug
Comment #3
dawehnerWhat happens if you use garland, this might be a css problem
Comment #4
esmerel commentedNo updates for more than 30 days.