Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
node data
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2009 at 13:26 UTC
Updated:
9 Dec 2009 at 17:40 UTC
in file views_handler_filter_in_operator.inc
there is a problem with a new Drupal 7 Form API
need to change
$process[] = "expand_$this->value_form_type";
to
$process[] = "form_process_$this->value_form_type";
Comments
Comment #1
dawehnerAwesome. This really helped to solve it.