Active
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2015 at 13:52 UTC
Updated:
16 Jul 2019 at 14:34 UTC
Jump to comment: Most recent
Panelizer is using hook_entity_view_alter() to replace the way an Entity is rendered, but this means that the core way of rendering an entity has already happened. So, if you use "Manage display" to show fields and then also include them on the Panelized display, it will basically render the same field twice.
So, on all our Panelized view modes, we should hide all the fields!
Also, the latest Panelizer adds a warning about this, so we should fix this before updating to it: #2429549: Update to latest Panelizer
Comments
Comment #1
dsnopekComment #2
mpotter commentedHere is a list of affected view modes from Panopoly currently noticed in Open Atrium:
node:panopoly_page:teaser
node:panopoly_page:featured
node:panopoly_page:default
taxonomy_term:panopoly_categories:default
user:user:default
Comment #3
izus commentedhi,
i added a patch for this in https://www.drupal.org/project/panelizer/issues/3068150#comment-13184509