- Issue created by @msmitchell
We use subgroup to organize users underneath a company - where the company is a group and the location is a subgroup.
When the name of a subgroup (location) changes from A to B, the label changes in the group table (from A to B), but the name/label remains "A" in the group_relationship_field_data.label field. It causes some weird sorting issues and some of our select boxes within Drupal still have the old value.
Create a group with a subgroup named "A". Change the name of the subgroup through the edit group function to "B". Go into the database and select the entry from group_relationship_field_data.label and it should still be "A".
Patch the behavior so it updates the group_relationship_field_data.label field with the new value.
Needs work
2.0
Code