From 14b373c1b2a5182ed9ffa3a1bc8d8bf104311a12 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 17 Apr 2009 22:27:38 +0000 Subject: Bug 482584: Add a parameter to hide the "See Also" field Patch by Max Kanat-Alexander r=LpSolit, r=dkl, a=LpSolit --- Bugzilla/Config/BugFields.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Config') 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 @@ -83,6 +83,12 @@ sub get_param_list { default => 0 }, + { + name => 'use_see_also', + type => 'b', + default => 1 + }, + { name => 'defaultpriority', type => 's', -- cgit v1.2.3-24-g4f1b