From ac905a580c68bcf9b4ddaaff636969575aab4c64 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 30 Sep 2009 08:55:03 +0000 Subject: Bug 488931: Change the default priority values to be human-readable words instead of P1, P2, etc. Patch by Max Kanat-Alexander r=dkl, a=mkanat --- Bugzilla/DB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/DB.pm') diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index f39eb6511..24c1f24f9 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -65,7 +65,7 @@ use constant ISOLATION_LEVEL => 'REPEATABLE READ'; use constant ENUM_DEFAULTS => { bug_severity => ['blocker', 'critical', 'major', 'normal', 'minor', 'trivial', 'enhancement'], - priority => ["P1","P2","P3","P4","P5"], + priority => ["Highest", "High", "Normal", "Low", "Lowest", "---"], op_sys => ["All","Windows","Mac OS","Linux","Other"], rep_platform => ["All","PC","Macintosh","Other"], bug_status => ["UNCONFIRMED","NEW","ASSIGNED","REOPENED","RESOLVED", -- cgit v1.2.3-24-g4f1b