Drupal 6.17, CCK v6.x-2.7, Views v6.x-2.11

When I use a View that has exposed optional filters, e.g. nodereference_explorer_default from NodeReference_Explorer, when it is running _nodereference_potential_references_views() it includes the optional filters and passes empty arguments to the exposed filters.

Comments

damienmckenna’s picture

The question is: should it remove filters that are set as "optional", or optional filters that don't have a default value set?

fonant’s picture

There's a nasty bug introduced into Views with version 6.x-2.11 that alters the global user's roles array. This causes all sorts of problems, perhaps also the issue here.

Fix will be in the next release of Views, patch is available from the issue:
http://drupal.org/node/832954