An easy work around to this problem (https://www.drupal.org/node/1349080) :

1) Add field with the entity reference into the base view, and select the formatter as "Entity Id"
2) Create another view and add a content type filter with the content type of the entity you're trying to bring in
3) Click "Advanced" in the same view as step two, and add a "Content: Nid" Contextual filter.
4) Add all the fields you want to pull in and style them within this view.
5) In the views-view-fields code for the base view use :
print views_embed_view('referenced_content_view_name','block', $fields['field_with_entity_id']->content);
to embed the referenced content.

Comments

tuff.php created an issue. See original summary.

tuff.php’s picture

Issue summary: View changes
tuff.php’s picture

Michelle’s picture

Status: Active » Closed (fixed)

I confirmed you. As for the rest, this isn't the place for it. I suggest you comment on that issue.