Closed (duplicate)
Project:
Entity API
Version:
7.x-1.x-dev
Component:
Views integration
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2012 at 01:34 UTC
Updated:
9 Feb 2013 at 09:05 UTC
The settings for the field rendered_node* have three settings: Show Entity Label, Show Entity ID, Show Complete Entity. For the first 2, there's an additional checkbox "Link To Entity", which makes the name/ID a link to the node.
If you choose "Show Complete Entity" the Link checkbox disappears, but it still affects the output of the field, putting all kinds of crazy empty <a> tags throughout the rendered field.
(After much investigation I spotted that checkbox under a setting I wasn't using, unchecked it, then switched back to Show Complete Entity and all was well again. Which was swell because the alternative involved a hammer and my monitor.)
* My new favorite feature in Views!
Comments
Comment #1
dawehnerRendered node is part of the entity module.
Comment #2
ghindle commentedThere is a workaround for this bug that doesn't require you to patch the code, however a patch is needed. When I get chance I will give this a shot too.
1. Set the field to "Show Entity Label"
2. Untick the "Link To Entity" checkbox
3. Apply the field.
4. Open the field again and set it back to "Show Complete Entity".
5. Apply the field and save your View.
This worked for me, hopefully this will help others with the same problem.
Comment #3
pixelwhip commentedI can confirm this is happening and the workaround in #2 works.
Comment #4
Drave Robber commentedThis seems to be fixed in #1546776: Field Rendered Entity: Link to entity option not visible.
(and I can report I was unable to reproduce the original issue anymore)