summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/GroupSecurity.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-12-10 20:50:59 +0100
committerByron Jones <bjones@mozilla.com>2013-12-10 20:50:59 +0100
commitf21a2d3506d4c4913d0d0a8c1134188a85b76562 (patch)
tree93f6b84c0173543777e4965d0bc278f7f2c0c437 /Bugzilla/Config/GroupSecurity.pm
parentce665b1f88150f437c7bb893bf3ebeabc3f04f07 (diff)
downloadbugzilla-f21a2d3506d4c4913d0d0a8c1134188a85b76562.tar.gz
bugzilla-f21a2d3506d4c4913d0d0a8c1134188a85b76562.tar.xz
Bug 942725: add the ability to tag comments with arbitrary tags
Diffstat (limited to 'Bugzilla/Config/GroupSecurity.pm')
-rw-r--r--Bugzilla/Config/GroupSecurity.pm10
1 files changed, 9 insertions, 1 deletions
diff --git a/Bugzilla/Config/GroupSecurity.pm b/Bugzilla/Config/GroupSecurity.pm
index 6296583d9..90932c736 100644
--- a/Bugzilla/Config/GroupSecurity.pm
+++ b/Bugzilla/Config/GroupSecurity.pm
@@ -79,7 +79,15 @@ sub get_param_list {
default => 'editbugs',
checker => \&check_group
},
-
+
+ {
+ name => 'comment_taggers_group',
+ type => 's',
+ choices => \&_get_all_group_names,
+ default => 'editbugs',
+ checker => \&check_comment_taggers_group
+ },
+
{
name => 'debug_group',
type => 's',