diff options
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/BugFields.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Config/BugFields.pm b/Bugzilla/Config/BugFields.pm index b0375ad50..c7f7f6e5a 100644 --- a/Bugzilla/Config/BugFields.pm +++ b/Bugzilla/Config/BugFields.pm @@ -84,6 +84,12 @@ sub get_param_list { }, { + name => 'use_see_also', + type => 'b', + default => 1 + }, + + { name => 'defaultpriority', type => 's', choices => \@legal_priorities, |