summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-19 06:50:58 +0100
committerByron Jones <bjones@mozilla.com>2013-02-19 06:50:58 +0100
commitce7169dc8be336da570202e818033a7098012e83 (patch)
tree18110fb4d7624d6701120a52529938948ebe5235 /Bugzilla/Config
parentaf17848d5a0395fffa6db2d83d682407a5a4fcb5 (diff)
downloadbugzilla-ce7169dc8be336da570202e818033a7098012e83.tar.gz
bugzilla-ce7169dc8be336da570202e818033a7098012e83.tar.xz
Bug 824399
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/GroupSecurity.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/Bugzilla/Config/GroupSecurity.pm b/Bugzilla/Config/GroupSecurity.pm
index f7f717379..6296583d9 100644
--- a/Bugzilla/Config/GroupSecurity.pm
+++ b/Bugzilla/Config/GroupSecurity.pm
@@ -81,6 +81,14 @@ sub get_param_list {
},
{
+ name => 'debug_group',
+ type => 's',
+ choices => \&_get_all_group_names,
+ default => 'admin',
+ checker => \&check_group
+ },
+
+ {
name => 'usevisibilitygroups',
type => 'b',
default => 0