I've been using entity reference to display related items from different content types (a product and its available options). This works extremely well.

The problem I've run into is that I'm also trying to use entity reference to display a 'complementary products' field that points to the same Products content type. When configured this way, the view will NOT display the content when the field Formatter is set to Rendered Entity / Full Content. Instead, it outputs the following:

<div id="content-container" class="node node-product node-teaser contextual-links-region clearfix" about="/node/<nid>" typeof="sioc:Item foaf:Document">
	<div style="float:left;">
	</div>
</div>

Comments

jrotondo’s picture

I should mention that I have a little more luck when I set the Format to Show > Fields, then set the field Formatter to Label. This will at least give me the proper node names I'm looking for. It won't give me any other fields that I may want though. If I then set the field Formatter to Rendered Entity with the View Mode as Full Content, I get the same thing:

<div id="content-container" class="node node-product contextual-links-region clearfix" about="/node/<nid>" typeof="sioc:Item foaf:Document">
	<div style="float:left;">
	</div>
</div>
lsolesen’s picture

Status: Active » Postponed (maintainer needs more info)

Still an issue with the latest dev?