In testing #336442: Views2 filters for signup disabled/enabled and 'send confirmation' broken by cut+paste error I noticed another problem. All of the signup views2 filters that extend views_handler_filter_boolean_operator have a really terrible UI when you try to use them. :( For example, check out the screenshot of the "Signup: Confirmation: Enabled/Disabled" filter. Ugh. I need to look more closely at views_handler_filter_boolean_operator and these filters and figure out a better way to present this info to site admins trying to configure views...
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 336450_signup_views_filter_ui.4.patch | 11.23 KB | dww |
| #3 | 336450_signup_views_filter_ui.3.patch | 7.19 KB | dww |
| signup_views2_bool_filter_ui.png | 19.09 KB | dww |
Comments
Comment #1
dwwI'm working on this now with help from merlinofchaos in IRC... stay tuned.
Comment #2
dwwSee #336531: Fix the UI for boolean filters in the views queue. ;)
That's going to make this a LOT easier and nicer to fix all at once. Let's hope that lands soon. ;)
Comment #3
dwwOnce #336531: Fix the UI for boolean filters lands, this should be all we need.
Comment #4
dwwHere's a self-contained patch that works great without having to wait for an official release of views2 to incorporate my patch for #336531: Fix the UI for boolean filters. Earl's swamped, and that might not land for a while, so we can use this in the meanwhile. Once #336531 is in views, it'll be easy to switch over to using that. This patch works with or without #336531. So, I'll probably just commit this now, and simplify the code later once views 6.x-2.2 is out (assuming #336531 makes it in before then).
Comment #5
dwwCommitted to HEAD. This will be out in 6.x-1.0-rc2.
Comment #6
dwwFYI: see #337614: Remove signup_handler_filter_boolean once #336531 lands in views2