Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
taxonomy data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2009 at 14:28 UTC
Updated:
6 Mar 2009 at 20:40 UTC
This patch fixes a strange bug I ran into where a taxonomy filter was *not* exposed but had its $this->options['expose']['optional'] property come out as TRUE (possibly from a previous state of the view where the filter was indeed exposed).
In this case, the filter took no part in the final query (= no filter).
Patch modifies views_handler_filter_term_node_tid::accept_exposed_input() so that it starts with the same check that its fellow accept_exposed_input() methods on other classes.
Patch coauthored with deadmonk.
| Comment | File | Size | Author |
|---|---|---|---|
| views_taxo_filter_exposed.patch | 828 bytes | yched |
Comments
Comment #1
merlinofchaos commentedCommitted! Thanks!