Closed (fixed)
Project:
Signup
Version:
6.x-1.0-rc1
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Nov 2008 at 17:40 UTC
Updated:
3 Dec 2008 at 20:52 UTC
The "Signup: Reminder: Enabled/Disabled" filter is broken, since it's trying to use "views_handler_field_boolean_operator" which doesn't exist. At least we need views_handler_filter_boolean_operator there, but in light of #336450: Signup's views2 boolean filters have terrible UI we should probably write our own handler class for this to extend views_handler_filter_boolean_operator and make the UI reasonable for this use.
Comments
Comment #1
dwwAccidentally fixed this when I committed http://drupal.org/cvs?commit=153878. ;)