In og.module the function og_features_pipe_alter() only allows to prevent OG related fields from being
piped with features 1.x as only the case in which $pipe['field'] is populated, is taken care of.

The patch attached also handles the features 2.x case by checking also the
$pipe['field_base'] and $pipe['field_instance'] options, which are not empty for exported
fields when using features 2.x (features 2.x divides the exported field to "field_base" and "field_instance" whereas features 1.x does not).

CommentFileSizeAuthor
support-features-2.patch1.38 KBranroz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

amitaibu’s picture

Please add to the PHPdocs that we now support Features 1.x and 2.x

amitaibu’s picture

Status: Needs review » Fixed

Added comment, and committed, thanks.

Status: Fixed » Closed (fixed)

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