]> 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:36:52 +0000 (12:36 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 19 Aug 2014 10:36:52 +0000 (12:36 +0200)
r=sgreen a=glob

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

index 04c36f6944b8f17c9de6d0fa30d28d9b9f4787de..5404dec7e8b11d536412d9643679c2119d06cf78 100644 (file)
@@ -53,7 +53,7 @@ use constant UPDATE_COLUMNS => qw(
 
 # Parameters that are lists of groups.
 use constant GROUP_PARAMS => qw(chartgroup insidergroup timetrackinggroup
-                                querysharegroup);
+                                querysharegroup debug_group);
 
 ###############################
 ####      Accessors      ######
index d603ab18345c6ec3b66e277c50aa546a22247946..51f9087720dcccccdeab16391bacfdbcb64ada9c 100755 (executable)
@@ -19,9 +19,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 af7da33a677e017c9965bb618e618418c274b670..859f26205df4da568c90093c785d5cf48e4b289f 100644 (file)
@@ -74,7 +74,8 @@
    } 
 %]
 
-[% FOREACH group IN ["chartgroup", "insidergroup", "timetrackinggroup", "querysharegroup"] %]
+[% FOREACH group IN ["chartgroup", "insidergroup", "timetrackinggroup",
+                     "querysharegroup", "debug_group"] %]
   [% special_group = Param(group) %]
 
   [% IF special_group %]