Postponed (maintainer needs more info)
Project:
Entity reference
Version:
7.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2012 at 19:42 UTC
Updated:
29 Oct 2012 at 12:04 UTC
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
Comment #1
jrotondo commentedI 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:
Comment #2
lsolesen commentedStill an issue with the latest dev?