]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 312356: The defaultpriority param should be grouped together with defaultseverity...
authorlpsolit%gmail.com <>
Sat, 15 Oct 2005 00:54:56 +0000 (00:54 +0000)
committerlpsolit%gmail.com <>
Sat, 15 Oct 2005 00:54:56 +0000 (00:54 +0000)
Bugzilla/Config/BugChange.pm
Bugzilla/Config/BugFields.pm
template/en/default/admin/params/bugchange.html.tmpl
template/en/default/admin/params/bugfields.html.tmpl

index 6ea20b6a8a157373b7f1cbdd038e2036abe17fe8..bacacc082d0c7a41b1e9c6312a44a0d3d64f800c 100644 (file)
@@ -52,13 +52,6 @@ sub get_param_list {
    default => 1
   },
 
-  {
-   name => 'defaultpriority',
-   type => 't',
-   default => 'P2',
-   checker => \&check_priority
-  },
-
   {
    name => 'musthavemilestoneonaccept',
    type => 'b',
index ac0ef85d9a30a53020eb8c54a8ff9cecf4393e86..6c942568f40de8795b0da2c7eab2eee0b6135f65 100644 (file)
@@ -82,6 +82,13 @@ sub get_param_list {
    default => 0
   },
 
+  {
+   name => 'defaultpriority',
+   type => 't',
+   default => 'P2',
+   checker => \&check_priority
+  },
+
   {
    name => 'defaultseverity',
    type => 't',
index 02ed1bce5751d46d3af460b16ab32e1ca374f212..7d886bccc3b658e5d140b0805d9c0716769416a2 100644 (file)
@@ -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}?",
 
index 2e82e08e538c9649452da60135057f2879af42b1..598b9109ad4d435a8fb75e6c131e32886df8ac60 100644 (file)
@@ -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 " _