diff options
author | David Lawrence <dkl@mozilla.com> | 2015-10-02 16:16:06 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-10-02 16:16:06 +0200 |
commit | 02a5cb53fe5dcfc5d8b9f3051cfd6e2a9b3511eb (patch) | |
tree | 949e388373338649d84111a8d9ccfa6ad9a6da64 /extensions/BMO/template/en/default | |
parent | 0a62094e8294c2dedeb424645b1c6afb1bdced55 (diff) | |
download | bugzilla-02a5cb53fe5dcfc5d8b9f3051cfd6e2a9b3511eb.tar.gz bugzilla-02a5cb53fe5dcfc5d8b9f3051cfd6e2a9b3511eb.tar.xz |
Bug 1200958: group owners should always be able to view group membership reports for their groups
Diffstat (limited to 'extensions/BMO/template/en/default')
-rw-r--r-- | extensions/BMO/template/en/default/pages/group_members.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/pages/group_members.html.tmpl b/extensions/BMO/template/en/default/pages/group_members.html.tmpl index 6136a7c1c..ec2cb2e46 100644 --- a/extensions/BMO/template/en/default/pages/group_members.html.tmpl +++ b/extensions/BMO/template/en/default/pages/group_members.html.tmpl @@ -48,7 +48,7 @@ <th>Type</th> <th>Count</th> <th>Members</th> - [% IF privileged || (user.id == group.owner.id) %] + [% IF privileged %] <th class="right">2FA, Last Seen (days ago)</th> [% END %] </tr> |