Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.7
Component:
nodereference.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2010 at 20:55 UTC
Updated:
18 Oct 2010 at 18:18 UTC
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
Comment #1
damienmckennaThe question is: should it remove filters that are set as "optional", or optional filters that don't have a default value set?
Comment #2
fonant commentedThere'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