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

daniel_j’s picture

Adding the following to workflow_views_handler_filter_sid.inc (inside the class declaration) is a workaround, but is obviously not optimal:

function validate() { }

hillaryneaf’s picture

Thanks, that works for now. Hoping to find a permanent solution in the future...

johnv’s picture

Component: Code » Workflow Views

Reassigning to other component.

johnv’s picture

Component: Workflow Views » Views

Reassigning.

johnv’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing this, since this is Views related, and Views seems to have this resolved.
Please reopen if this is not the case.

johnv’s picture