Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mradcliffe’s picture

mradcliffe’s picture

The views filter handler was pretty much broken, and needed a bunch of work. I think the best UX for an exposed and non-exposed filter is to use checkboxes.

Not too bad although it did require some digging around in views code (ugh, no documentation) to figure out how to deal with array parents properly in value_form and exposed_form.

mradcliffe’s picture

Updated patch.

This is working much better now except that the value is being wiped out instead of remembered. Views does not seem to respect the remember option in this case, and there is no documentation in the views classe on how it retrieves the values from $_SESSION...

mradcliffe’s picture

Okay, this should handle remember.

shaunpv’s picture

How do I go about installing this patch, sorta lost when looking at it.

mradcliffe’s picture

I'm sorry, it's a little confusing with all of the patches I've been testing in this issue.

I will try to clarify it a bit soon.

mradcliffe’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

oriolroger’s picture

Sorry but still doesn't working. In views, when I try to expose a filter with a CCK select other field, as a list, the list is always empty.

mradcliffe’s picture

I posted a follow-up issue at #1991852: Fix views exposed filter issue