Currently, when looking at the group details page, for example
/group/details/101861
and you are an administrator of that group, the controls that allow you to edit the permissions of each user are not showing up. I have confirmed this both on the infra stage, and locally.
Digging into it a bit, the templates/groups/members-list.xhtml template uses the user_is_group_admin variable which is declared in the templates/groups/details.xhtml template with:
Currently, when looking at the group details page, for example
/group/details/101861
and you are an administrator of that group, the controls that allow you to edit the permissions of each user are not showing up. I have confirmed this both on the infra stage, and locally.
Digging into it a bit, the
templates/groups/members-list.xhtml
template uses theuser_is_group_admin
variable which is declared in thetemplates/groups/details.xhtml
template with:and even if i am admin of a group, this is being set to False.