Closed (fixed)
Project:
Entity reference
Version:
7.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2012 at 07:46 UTC
Updated:
9 Oct 2015 at 06:02 UTC
Jump to comment: Most recent
Comments
Comment #1
ff1 commentedYou can use views to expand the selection list to include unpublished nodes. 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
lsolesen commentedShouldn't it be standard for the module, that the user can reference the entities that he has access to and not needing to create a view for that?
Comment #3
cursor commentedI don't think it's still possible to refer unpublished nodes, even through views.
I tried using views to view unpublished nodes and in the view preview they show up fine but in the node edit unpublished nodes are still not visible. Making the node published immediately shows them up.
Is this feature still not available?
Comment #4
cursor commentedOkay, scratch that. It works. Had to disable SQL rewriting in advanced settings of the view. Found the solution here http://drupal.org/node/1498612
Comment #6
thomasmurphy commentedI had this error even with published nodes the role had permission to see, but creating an entity reference view and using "Disable SQL rewriting" also solved my problem.