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

CommentFileSizeAuthor
workflow views issue.jpg51.55 KBbrettev

Comments

brettev’s picture

I 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

dawehner’s picture

Project: Workflow » Views (for Drupal 7)
Version: 6.x-1.1 » 6.x-2.x-dev

Thats 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

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

What happens if you use garland, this might be a css problem

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No updates for more than 30 days.