Closed (duplicate)
Project:
Entity reference
Version:
7.x-1.0-rc1
Component:
Documentation
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2012 at 10:36 UTC
Updated:
12 Apr 2012 at 20:34 UTC
How do one filter out some nodes from getting displayed?
I need to add "Book" type fields in "Catelog" content-type. Currently, any user can add any Book to his "Catalog". But what I want is, a user can only add a Book created by him in his "Catalog".
Any help on how to do that? (I found no documentation/support page, sorry for asking here)
Comments
Comment #1
ff1 commentedYou need to use views to limit the selection list. That functionality is added by the patch in this issue: #1253776: Add views support for providing a list of entities or bundles (views filtering, relationships, etc)
Comment #2
colan