summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authordonm%bluemartini.com <>2000-04-27 04:35:43 +0200
committerdonm%bluemartini.com <>2000-04-27 04:35:43 +0200
commite0195342e76673a15cfa2ca2b789d94238b64729 (patch)
treecab55fe5d3e3d04a0f8e1ca90568b0ffbed5238f /CGI.pl
parentdc17dc6d5faf0ec2c15400194da515ec2e4d7d62 (diff)
downloadbugzilla-e0195342e76673a15cfa2ca2b789d94238b64729.tar.gz
bugzilla-e0195342e76673a15cfa2ca2b789d94238b64729.tar.xz
bug 25010 need a way to edit groups
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/CGI.pl b/CGI.pl
index 6f31f604f..e70da5d4d 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -943,6 +943,9 @@ sub GetCommandMenu {
if (UserInGroup("editcomponents")) {
$html .= ", <a href=editproducts.cgi>components</a>";
}
+ if (UserInGroup("creategroups")) {
+ $html .= ", <a href=editgroups.cgi>groups</a>";
+ }
if (UserInGroup("editkeywords")) {
$html .= ", <a href=editkeywords.cgi>keywords</a>";
}