I can clone the field groups from all other view modes of my Content type to all other view modes EXCEPT from the "full content" view mode,
the "full content" option is not available in the select to clone the field groups from.

CommentFileSizeAuthor
#4 field_group-clone-view-modes-2533642.patch1005 bytestbenice
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Percept’s picture

Title: Can't clone field groups from full content to teaser » Can't clone field groups from full content to any other view mode, other way around works fine
tbenice’s picture

Yea this is kind of important IMO. Folks often layout only full not default and copying from full is desired.

tbenice’s picture

apparently only view modes that have custom_settings==true (ones that are enabled by default for all node types) are available from which to copy field groups. I'm looking into a way around this.

tbenice’s picture

Category: Bug report » Feature request
FileSize
1005 bytes

OK, so, we can use the same mechanism as used by field_ui module to determine which view modes are enabled on a particular bundle.

Patch attached.

tbenice’s picture

Any chance of getting this simple one committed? Thanks!!

kristofferwiklund’s picture

Status: Active » Reviewed & tested by the community

We are using this and it works nice.