From fba8176ed56c92410e972bbced00eb9183f68369 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sun, 14 Oct 2018 15:10:38 -0400 Subject: re-order --- Bugzilla/Install.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Bugzilla/Install.pm') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 64fc1580c..3009b33ff 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -257,17 +257,17 @@ use constant SYSTEM_GROUPS => ( name => 'bz_can_disable_mfa', 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 => -- cgit v1.2.3-24-g4f1b