From: lpsolit%gmail.com <> Date: Sat, 15 Oct 2005 00:54:56 +0000 (+0000) Subject: Bug 312356: The defaultpriority param should be grouped together with defaultseverity... X-Git-Tag: bugzilla-2.22rc1~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59214c4ed109f9afd6999f0392399729158d1c9;p=thirdparty%2Fbugzilla.git Bug 312356: The defaultpriority param should be grouped together with defaultseverity, opsys and platform - Patch by Frédéric Buclin r=joel a=justdave --- diff --git a/Bugzilla/Config/BugChange.pm b/Bugzilla/Config/BugChange.pm index 6ea20b6a8a..bacacc082d 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 ac0ef85d9a..6c942568f4 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', diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl index 02ed1bce57..7d886bccc3 100644 --- a/template/en/default/admin/params/bugchange.html.tmpl +++ b/template/en/default/admin/params/bugchange.html.tmpl @@ -35,8 +35,6 @@ "If off, then all $terms.bugs initially have the default " _ "milestone for the product being filed in.", - defaultpriority => "This is the priority that newly entered $terms.bugs are set to.", - musthavemilestoneonaccept => "If you are using Target Milestone, do you want to require that " _ "the milestone be set in order for a user to ACCEPT a ${terms.bug}?", diff --git a/template/en/default/admin/params/bugfields.html.tmpl b/template/en/default/admin/params/bugfields.html.tmpl index 2e82e08e53..598b9109ad 100644 --- a/template/en/default/admin/params/bugfields.html.tmpl +++ b/template/en/default/admin/params/bugfields.html.tmpl @@ -46,6 +46,8 @@ usebugaliases => "Do you wish to use $terms.bug aliases, which allow you to assign " _ "$terms.bugs an easy-to-remember name by which you can refer to them?", + defaultpriority => "This is the priority that newly entered $terms.bugs are set to.", + defaultseverity => "This is the severity that newly entered $terms.bugs are set to.", defaultplatform => "This is the platform that is preselected on the $terms.bug " _