Closed (won't fix)
Project:
Workflow
Version:
6.x-1.5
Component:
Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2011 at 19:17 UTC
Updated:
30 Nov 2013 at 15:35 UTC
Jump to comment: Most recent
Using Views 6.x-3.x-dev with Workflow 6.x-1.5. I think the issue might be related to:
http://drupal.org/node/1207680
But using the most recent Views dev release does not fix the issue.
Please advise if this issue is related to views and should be in that issue queue and not workflow. Other Views filters work fine for me, just the Workflow Scheduled state filter causes the error.
Comments
Comment #1
daniel_j commentedAdding the following to workflow_views_handler_filter_sid.inc (inside the class declaration) is a workaround, but is obviously not optimal:
function validate() { }Comment #2
hillaryneaf commentedThanks, that works for now. Hoping to find a permanent solution in the future...
Comment #3
johnvReassigning to other component.
Comment #4
johnvReassigning.
Comment #5
johnvClosing this, since this is Views related, and Views seems to have this resolved.
Please reopen if this is not the case.
Comment #6
johnvThis may also be related to #1454670: Error "No valid values found on filter: Workflow: Current State" using Views3 (D6)