Active
Project:
Entity reference
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2013 at 14:42 UTC
Updated:
22 Jun 2016 at 15:07 UTC
Jump to comment: Most recent
Comments
Comment #1
dflitner commentedI've solved a similar problem by using a view to populate the entity reference field. My view has an author relationship and is filtered by (author) User:Current (Yes). Therefore, a user only sees the nodes they themselves have authored in the reference field.
The only problem with this is that there is no exception for administrators, etc. No one can see any nodes except the ones they've authored.
Comment #2
april26 commentedThank you, thank you! You guided me to the right solution. I am looking for the exact opposite of this - I let members review content and the dropdown must EXCLUDE nodes from the current author so they can't bump up their own ratings.