User type view.
Adding a filter for User: Active, exposed.
Can't default to Any.
Can't decide if this is a bug or feature request since you wouldn't need an Any option if its not exposed.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | views-filter-boolean-any.patch | 2.98 KB | dawehner |
Comments
Comment #1
dawehnerjust select none of them, and by default it should filter to all.
Otherwise you could do stuff with hook_form_alter
Comment #2
corey.aufang commentedThe problem is that the default selection is a radio button with the options of 'Yes' or 'No'. There is no way to select none of the options.
Even if you freshly add the filter and it doesn't have Yes or No selected, when the form renders it still defaults to Yes.
Comment #3
dawehnerhere is a patch for the boolean handlers to be used.
i'm not sure, whether there are handlers which has views_handler_filter_boolean as parent
Comment #4
merlinofchaos commentedI went with dww's much older patch here: http://drupal.org/node/347892