diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-08-19 12:34:36 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-08-19 12:34:36 +0200 |
commit | 6cae1b669d427648bf129be14d713ab63b1899da (patch) | |
tree | 85f357cde16c3e78c9d9b0d5059276908218fc33 /Bugzilla | |
parent | c8c1e1984247d1f8d61b90fe4b772240f4fb7977 (diff) | |
download | bugs-6cae1b669d427648bf129be14d713ab63b1899da.tar bugs-6cae1b669d427648bf129be14d713ab63b1899da.tar.gz bugs-6cae1b669d427648bf129be14d713ab63b1899da.tar.bz2 bugs-6cae1b669d427648bf129be14d713ab63b1899da.tar.xz bugs-6cae1b669d427648bf129be14d713ab63b1899da.zip |
Bug 1053802: Groups used for the comment_taggers_group and debug_group parameters can be deleted
r=sgreen a=glob
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Group.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Bugzilla/Group.pm b/Bugzilla/Group.pm index a750e353e..07b78e366 100644 --- a/Bugzilla/Group.pm +++ b/Bugzilla/Group.pm @@ -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 ###### |