Commit e59214c4 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 312356: The defaultpriority param should be grouped together with…

Bug 312356: The defaultpriority param should be grouped together with defaultseverity, opsys and platform - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
parent 53274902
......@@ -53,13 +53,6 @@ sub get_param_list {
},
{
name => 'defaultpriority',
type => 't',
default => 'P2',
checker => \&check_priority
},
{
name => 'musthavemilestoneonaccept',
type => 'b',
default => 0
......
......@@ -83,6 +83,13 @@ sub get_param_list {
},
{
name => 'defaultpriority',
type => 't',
default => 'P2',
checker => \&check_priority
},
{
name => 'defaultseverity',
type => 't',
default => 'normal',
......
......@@ -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}?",
......
......@@ -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 " _
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment