From e59214c4ed109f9afd6999f0392399729158d1c9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 15 Oct 2005 00:54:56 +0000 Subject: Bug 312356: The defaultpriority param should be grouped together with defaultseverity, opsys and platform - Patch by Frédéric Buclin r=joel a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Config/BugChange.pm | 7 ------- Bugzilla/Config/BugFields.pm | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Config/BugChange.pm b/Bugzilla/Config/BugChange.pm index 6ea20b6a8..bacacc082 100644 --- a/Bugzilla/Config/BugChange.pm +++ b/Bugzilla/Config/BugChange.pm @@ -52,13 +52,6 @@ sub get_param_list { default => 1 }, - { - name => 'defaultpriority', - type => 't', - default => 'P2', - checker => \&check_priority - }, - { name => 'musthavemilestoneonaccept', type => 'b', diff --git a/Bugzilla/Config/BugFields.pm b/Bugzilla/Config/BugFields.pm index ac0ef85d9..6c942568f 100644 --- a/Bugzilla/Config/BugFields.pm +++ b/Bugzilla/Config/BugFields.pm @@ -82,6 +82,13 @@ sub get_param_list { default => 0 }, + { + name => 'defaultpriority', + type => 't', + default => 'P2', + checker => \&check_priority + }, + { name => 'defaultseverity', type => 't', -- cgit v1.2.3-24-g4f1b