diff options
-rw-r--r-- | Bugzilla/Install.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 64fc1580c..3009b33ff 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -258,16 +258,16 @@ use constant SYSTEM_GROUPS => ( description => 'Can disable MFA when editing users', }, { + name => 'bz_insiders', + description => + 'Can see private attachments, comments, and bugs (for bugs in bz_private)', + }, + { use_for_bugs => 1, name => 'bz_private', description => 'Private Bug', inherited_by => ['bz_insiders'], }, - { - name => 'bz_insiders', - description => - 'Can see private attachments, comments, and bugs (for bugs in bz_private)', - }, ); use constant DEFAULT_CLASSIFICATION => |