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.

CommentFileSizeAuthor
#3 views-filter-boolean-any.patch2.98 KBdawehner

Comments

dawehner’s picture

just select none of them, and by default it should filter to all.

Otherwise you could do stuff with hook_form_alter

corey.aufang’s picture

The 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.

dawehner’s picture

Title: user active default to any » Filter: Boolean add "Any" option
Status: Active » Needs review
StatusFileSize
new2.98 KB

here 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

merlinofchaos’s picture

Status: Needs review » Closed (duplicate)

I went with dww's much older patch here: http://drupal.org/node/347892