Installed Drupal version is 8.1.1 ,
I have created couple of content types 'test' and 'test_reference', Added an entity reference field to test content type and checked test reference as reference type at settings of entity reference field.
- Now create a view for test content type
- Set relationships: content referenced from "entity reference field" (field of test content type) Require this relationship is disabled
- save view.

I have created 2 records for test content type I have left empty entity reference field.

Now goto front end and view this view page as anonymous user no record found while as admin user it's working fine.

any help appreciated.

Comments

saru1683 created an issue. See original summary.

saru1683’s picture

Status: Active » Closed (works as designed)

It's working fine now.
A photos access module prevent to display content on views. after Uninstalling that module everything works as designed.

Thank you.