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

dsnopek’s picture

Issue summary: View changes
Related issues: +#2429549: Update to latest Panelizer
mpotter’s picture

Here 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

izus’s picture