]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1053802: Groups used for the comment_taggers_group and debug_group parameters...
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 19 Aug 2014 10:34:36 +0000 (12:34 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 19 Aug 2014 10:34:36 +0000 (12:34 +0200)
r=sgreen a=glob

Bugzilla/Group.pm
editgroups.cgi
template/en/default/admin/groups/list.html.tmpl

index a750e353e2261fcceaba588f376c13b19bc58de3..07b78e3663bca3b1b8083afb2c6d7a548ae6ed18 100644 (file)
@@ -56,8 +56,10 @@ use constant UPDATE_COLUMNS => qw(
 );
 
 # Parameters that are lists of groups.
-use constant GROUP_PARAMS => qw(chartgroup insidergroup timetrackinggroup
-                                querysharegroup);
+use constant GROUP_PARAMS => qw(
+    chartgroup comment_taggers_group debug_group insidergroup
+    querysharegroup timetrackinggroup
+);
 
 ###############################
 ####      Accessors      ######
index 2fd9f569a48ce25908eb78cbe3107a96a08a8600..9c33a0ee3c627bcd6b6e0d5d197aeb003fd6eba0 100755 (executable)
@@ -22,9 +22,6 @@ use Bugzilla::Product;
 use Bugzilla::User;
 use Bugzilla::Token;
 
-use constant SPECIAL_GROUPS => ('chartgroup', 'insidergroup',
-                                'timetrackinggroup', 'querysharegroup');
-
 my $cgi = Bugzilla->cgi;
 my $dbh = Bugzilla->dbh;
 my $template = Bugzilla->template;
index 7a15703dfa643ee0287cd41cb22c14bd23026743..29e39f65fc6466bb0138196e7943151b32c6fb16 100644 (file)
@@ -75,7 +75,8 @@
    } 
 %]
 
-[% FOREACH group IN ["chartgroup", "insidergroup", "timetrackinggroup", "querysharegroup"] %]
+[% FOREACH group IN ["chartgroup", "comment_taggers_group", "debug_group",
+                     "insidergroup", "querysharegroup", "timetrackinggroup"] %]
   [% special_group = Param(group) %]
 
   [% IF special_group %]