diff options
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/BugChange.pm | 7 | ||||
-rw-r--r-- | Bugzilla/Config/BugFields.pm | 7 |
2 files changed, 7 insertions, 7 deletions
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 @@ -53,13 +53,6 @@ sub get_param_list { }, { - name => 'defaultpriority', - type => 't', - default => 'P2', - checker => \&check_priority - }, - - { name => 'musthavemilestoneonaccept', type => 'b', default => 0 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 @@ -83,6 +83,13 @@ sub get_param_list { }, { + name => 'defaultpriority', + type => 't', + default => 'P2', + checker => \&check_priority + }, + + { name => 'defaultseverity', type => 't', default => 'normal', |