in my theme I used to use hide($vars['content']['group_example']); to hide a field group conditionally, but after update to 1.2, it doesn't work any more

Comments

nils.destoop’s picture

You should change it to template_process_node.

Fieldgroup needs to come as very last preprocess function, because all preprocess fields need to be set, before fieldgroup can start grouping. Otherwise the preprocess fields won't show up in correct group.

nils.destoop’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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