Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.9
Component:
exposed filters
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 01:56 UTC
Updated:
28 Sep 2011 at 19:11 UTC
Hello,
I really need to be able to choose which exposed filters are inherited by my attachment display. I can't seem to find anyone else in a similar position.
Is this a feature which may end up in Views? If not, can anyone just give me a general pointer as to how I'd start implementing it in a custom module? (And/or is anyone interested in building that for a fee?)
Many thanks.
Comments
Comment #1
streever commentedI figured this out on my own.
If you don't want it to inherit a filter from the parent display, but need to turn on "inherit filters" to inherit another filter, simply add the same filter choice to your child display. Make it hidden and set it to something which will show your whole data set.
I hope that helps someone else down the road--
Comment #2
Letharion commented@streever Thanks a lot for coming back with an answer :)