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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | open_social-2991128-2-fix-socialprofilefieldsoverride.patch | 2.14 KB | kingdutch |
Comments
Comment #2
kingdutchPull request created here: https://github.com/goalgorilla/open_social/pull/988
Comment #3
kingdutchComment #4
ronaldtebrake commentedThanks!! Will be in the next 2.4 release :)