Problem

The SocialProfileFieldsOverride class adds the field_profile_nick_name to the group_profile_names_image group. However, if that group is not present then the override will cause a group with malformed properties to be created which crashes the field_group module.

This makes it impossible for a user to edit their profile.

Solution

Only override the configuration if the field is actually present.

Comments

Kingdutch created an issue. See original summary.

kingdutch’s picture

Status: Active » Needs review
StatusFileSize
new2.14 KB
kingdutch’s picture

Assigned: kingdutch » Unassigned
ronaldtebrake’s picture

Status: Needs review » Fixed

Thanks!! Will be in the next 2.4 release :)

  • Kingdutch committed 44ccd26 on 8.x-2.x
    Issue #2991128 by Kingdutch: Check that the group_profile_names_image...
  • ronaldtebrake authored d1eef50 on 8.x-2.x
    Merge pull request #988 from goalgorilla/bugfix/2991128-...

Status: Fixed » Closed (fixed)

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