When I add a field group to a feature it doesn't "take" the first time. I'll add the field group and then my feature will show as defaulted, but if I drush fu or recreate I'll see changes that actually add the field group to the feature. I've had inconsistencies with this and my hunch is that it's related to adding a field group to a feature that already has that content type in it.

Comments

sonfordangeles created an issue. See original summary.

sonfd’s picture

Priority: Normal » Minor
brockfanning’s picture

I just ran into this same thing. It happened when doing a "drush fu" on a Features module that had an existing content type, without explicitly exporting the field group to it. The first time, Features automatically exported the .field_group.inc file, and the field_group entry in the .info file. But it didn't export the field_group section in hook_ctools_plugin_api in .features.inc, or the ctools entry in the .info file.
The ctools stuff was added the second time I ran a drush fu.

sime’s picture

Status: Active » Closed (duplicate)

I think this is a duplicate of this https://www.drupal.org/project/field_group/issues/2158287 (please advise if not)
So that it would be a known issue on D7, with workaround, requiring you to save the content type before exporting.