summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authordonm%bluemartini.com <>2000-04-19 08:10:35 +0200
committerdonm%bluemartini.com <>2000-04-19 08:10:35 +0200
commit04e9a1ce86f50d71029cad6faee633d76bf466d8 (patch)
tree052a85b7e1eb2279ab420689cdef81b48b699a53 /CGI.pl
parent6dff94ab87e983958e91b9eef4cee7a9deb0d84c (diff)
downloadbugzilla-04e9a1ce86f50d71029cad6faee633d76bf466d8.tar.gz
bugzilla-04e9a1ce86f50d71029cad6faee633d76bf466d8.tar.xz
bug 25010 add ability to easily 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..bed81db83 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -946,6 +946,9 @@ sub GetCommandMenu {
if (UserInGroup("editkeywords")) {
$html .= ", <a href=editkeywords.cgi>keywords</a>";
}
+ if (UserInGroup("creategroups") && Param("usebuggroups")) {
+ $html .= ", <a href=editgroups.cgi>groups</a>";
+ }
$html .= " | <NOBR><a href=relogin.cgi>Log out</a> $::COOKIE{'Bugzilla_login'}</NOBR>";
} else {
$html .=