diff options
author | bugreport%peshkin.net <> | 2004-08-21 04:49:17 +0000 |
---|---|---|
committer | bugreport%peshkin.net <> | 2004-08-21 04:49:17 +0000 |
commit | 88d26275229b5f52f435130496169766313c87b7 (patch) | |
tree | c71532045500b6e2335b1e5e2512d10b8846551b /defparams.pl | |
parent | Bug 255772: Prevent whine.pl from running endless whining loop (diff) | |
download | bugzilla-88d26275229b5f52f435130496169766313c87b7.tar.gz bugzilla-88d26275229b5f52f435130496169766313c87b7.tar.bz2 bugzilla-88d26275229b5f52f435130496169766313c87b7.zip |
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.pl | 17 |
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.', |