I haven't tracked down why, but have identified by bisecting that something in http://cgit.drupalcode.org/field_group/commit/?h=8.x-1.x&id=48da634956a8... is breaking unrelated entity renders (specifically for me, image fields within ECK rendered entities are not displaying) -- possibly has to do with switching to hook `entity_view_alter` from `entity_display_build_alter`?

I'm using field groups only for the form display so front end shouldn't be touched, but in this case it is.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ahebrank created an issue. See original summary.

ahebrank’s picture

Issue summary: View changes
ahebrank’s picture

Here's a quick fix for my situation -- makes sure that there are field groups to add before appending the pre_render hook.

ahebrank’s picture

Oops, missed a parenthesis.

claudiu.cristea’s picture

Is this also the source cause for #2825434: Comment display is broken after update? Would this solve also that? If yes, that should be closed as duplicate of this and this is Critical.

nils.destoop’s picture

Status: Active » Fixed

I reverted the commit that breaks rendering.

nils.destoop’s picture

Fieldgroup did not support ECK yet. As today, support for ECK was added.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.