Closed (fixed)
Project:
Reference field option limit
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2011 at 18:40 UTC
Updated:
24 Feb 2012 at 22:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedI'm not sure that really makes sense for a view, as the filter dropdowns are shown for the whole view, while the way this module works is for a single entity.
http://drupal.org/project/views_hacks might be a better way to do this.
Comment #2
joachim commentedI've figured out a way to make this work for Views. It's not quite the same way it works on the entity, but provided you have the matching fields present on the view, you can limit by them.
There's just a handler for taxonomy term ref for now as that's what I needed; entity ref will have to come later.