summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
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.',