- Issue created by @jigarius
- 🇨🇦Canada jigarius Montréal
As a temporary solution, I have done the following:
* Set up a new group role: "member"
* In a hook_group_relationship_presave(), I assign this member role to all membership records.The only drawback of this approach so far is that the role "Member" is visible in the UI even though I want it to be hidden, which means I'll have to write some more code to ensure that only the roles that are not this generic "member" role should be visible in the UI.