Small bug here, as rendering of "basics" tab don't seem to be following the admin settings directly. I think I may have introduced this :/

Changing:

if (isset($form['fieldgroup_tabs']) && variable_get('cck_fieldset_tabs_residual_title_'.$node_type, variable_get('cck_fieldset_tabs_residual', FALSE))) {

to:

if (isset($form['fieldgroup_tabs']) && variable_get('cck_fieldset_tabs_residual', FALSE)) {

Comments

Anonymous’s picture

Status: Fixed » Closed (fixed)

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