Commit 234328fa authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1053802: Groups used for the comment_taggers_group and debug_group parameters can be deleted

r=sgreen a=glob
parent 324cc1eb
...@@ -53,7 +53,7 @@ use constant UPDATE_COLUMNS => qw( ...@@ -53,7 +53,7 @@ use constant UPDATE_COLUMNS => qw(
# Parameters that are lists of groups. # Parameters that are lists of groups.
use constant GROUP_PARAMS => qw(chartgroup insidergroup timetrackinggroup use constant GROUP_PARAMS => qw(chartgroup insidergroup timetrackinggroup
querysharegroup); querysharegroup debug_group);
############################### ###############################
#### Accessors ###### #### Accessors ######
......
...@@ -19,9 +19,6 @@ use Bugzilla::Product; ...@@ -19,9 +19,6 @@ use Bugzilla::Product;
use Bugzilla::User; use Bugzilla::User;
use Bugzilla::Token; use Bugzilla::Token;
use constant SPECIAL_GROUPS => ('chartgroup', 'insidergroup',
'timetrackinggroup', 'querysharegroup');
my $cgi = Bugzilla->cgi; my $cgi = Bugzilla->cgi;
my $dbh = Bugzilla->dbh; my $dbh = Bugzilla->dbh;
my $template = Bugzilla->template; my $template = Bugzilla->template;
......
...@@ -74,7 +74,8 @@ ...@@ -74,7 +74,8 @@
} }
%] %]
[% FOREACH group IN ["chartgroup", "insidergroup", "timetrackinggroup", "querysharegroup"] %] [% FOREACH group IN ["chartgroup", "insidergroup", "timetrackinggroup",
"querysharegroup", "debug_group"] %]
[% special_group = Param(group) %] [% special_group = Param(group) %]
[% IF special_group %] [% IF special_group %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment