Currently the group role label is not visible on the member overview or the member profile page.
I think this should have been fixed in #2784025: Membership role not properly display in members overview page but perhaps this was tested on a release which didn't include #2702845: Allow members to edit their own membership yet since the hook_entity_field_access() implementation there prevents the role field from being shown for members without 'administer members' permission.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | group_role_not_visible-2852923-2.patch | 586 bytes | geertvd |
Comments
Comment #2
geertvd commentedComment #3
filsterjisah commentedPatch looks good and fixes the issue.
Comment #4
kristiaanvandeneyndeGood catch, the original patch actually had that check and it got lost somehow. Editing the comment and committing it.
Comment #6
kristiaanvandeneynde