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

ff1’s picture

You 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)

colan’s picture

Status: Active » Closed (duplicate)