summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-04-18 00:27:38 +0200
committermkanat%bugzilla.org <>2009-04-18 00:27:38 +0200
commit14b373c1b2a5182ed9ffa3a1bc8d8bf104311a12 (patch)
tree9b6002f391a0bba98262272367ddd567793d1576 /Bugzilla/Config
parent27d919b36377e25b74a5c46e8c5eec218c58be39 (diff)
downloadbugzilla-14b373c1b2a5182ed9ffa3a1bc8d8bf104311a12.tar.gz
bugzilla-14b373c1b2a5182ed9ffa3a1bc8d8bf104311a12.tar.xz
Bug 482584: Add a parameter to hide the "See Also" field
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=dkl, a=LpSolit
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/BugFields.pm6
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,