Closed (works as designed)
Project:
View Unpublished
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2013 at 09:49 UTC
Updated:
30 Oct 2014 at 23:04 UTC
Jump to comment: Most recent
Comments
Comment #1
espurnesI have the same problem with views. Any progress on this issue?
Comment #2
entendu commentedHave you tried rebuilding permissions?
Comment #3
espurnesYes I did it with 7.x-1.1+1-dev and now also with 7.x-1.1+4-dev and the problem is not solved.
But I have more info. It only happens (to me) in a view with a relation "entity reference".
If view unpublished is enabled user can not see view's results. Even if "Administer Content" is enabled. Only User-1 can see them.
With the module disabled results can be seen as spected by all the roles defined in the view.
I hope it helps to solve the problem.
Thank you entendu.
Comment #4
sebdec commentedSame problem as espurnes
it happens when there is a relation entity referenced in a view
Comment #5
espurnesNew info:
It seems the issue is related to this other issue (node_access breaks any query that has node table appearing twice with a left join: https://drupal.org/node/1349080) and affects views with entity_reference or node_reference with no defined value.
I checked that in my view, I can see just the nodes that has the entity_reference set. The nodes without the reference are not shown.
I didn't try to apply any patch. I just found the issue and I posted this.
Comment #6
urbanbricks commentedI want to confirm that I applied patch #195 from the node_access issue mentioned above, and this has resolved a similar issue on my site with anonymous and other non super-admin users loosing access to certain views.
Comment #7
entendu commentedClosing this unless more info comes to light.