summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2004-08-21 06:49:17 +0200
committerbugreport%peshkin.net <>2004-08-21 06:49:17 +0200
commit88d26275229b5f52f435130496169766313c87b7 (patch)
treec71532045500b6e2335b1e5e2512d10b8846551b /defparams.pl
parent2f9f28d0bfb1f321d1548844a41aaf2d51789695 (diff)
downloadbugzilla-88d26275229b5f52f435130496169766313c87b7.tar.gz
bugzilla-88d26275229b5f52f435130496169766313c87b7.tar.xz
Bug 224208 Add a higher level of categorization (.ie departments, locations, etc.)
patch by Albert Ting r=joel, glob a=myk
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl17
1 files changed, 17 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 8260be978..c0e608a4d 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -321,6 +321,23 @@ sub find_languages {
},
{
+ name => 'useclassification',
+ desc => 'If this is on, Bugzilla will associate each product with a ' .
+ 'specific classification. But you must have "editclassification" ' .
+ 'permissions enabled in order to edit classifications',
+ type => 'b',
+ default => 0
+ },
+
+ {
+ name => 'showallproducts',
+ desc => 'If this is on and useclassification is set, Bugzilla will add a' .
+ '"All" link in the "New Bug" page to list all available products',
+ type => 'b',
+ default => 0
+ },
+
+ {
name => 'makeproductgroups',
desc => 'If this is on, Bugzilla will associate a bug group with each ' .
'product in the database, and use it for querying bugs.',