In code for entity_form_field content type plugin. It is calling field_group_info_groups() with entity's type property. Which may not be the case with entities other than nodes, anyway it will not true for user.

Correct bundle name is to be passed that is already retrieved by calling entity_extract_ids().

CommentFileSizeAuthor
#2 pass_correct_bundle_name-2663640-2.patch671 bytesjunaidpv
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

junaidpv created an issue. See original summary.

junaidpv’s picture

Assigned: junaidpv » Unassigned
Status: Active » Needs review
FileSize
671 bytes

Patch to fix this minor issue is attached.

Chris Matthews’s picture

The 3 year old patch in #2 to entity_form_field.inc applied cleanly to the latest ctools 7.x-1.x-dev, but still needs to be reviewed and tested.