Using Views for listing fields.
Selecting "Rendered Entity" field (I have this option via Enity Reference and connecting an user with an node).

Select Display "Show complete Entity".
Now the "Link to Entity" checkbox which is shown on "Show Entity Label" and "Show Entity ID" is no longer shown.
By checking the HTML I noticed it is there - but hidden (via CSS display: none - I guess this is done via JS).

The checkbox is not shown on "Show complete Entity", but is has effect on the output code. So I changed Display to "Show Entity Label", unchecked the checkbox and got no link to the Entity (as I wished to).

Why is the checkbox hidden on Display "Show complete Entity" - it has effect on the output - so it should be shown.

Images of Display: "Show complete Entity" (without checkbox) and "Show Entity IP" (with checkbox)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Entity API
Version: 7.x-3.3 » 7.x-1.x-dev
Component: User interface » Views integration

This functionality is part of the entity api.

Why is the checkbox hidden on Display "Show complete Entity" - it has effect on the output - so it should be shown.

Linking a full rendered entity doesn't really makes sense for me, is think the output should not change if you have checked this checkbox.

smitty’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)