From 88d26275229b5f52f435130496169766313c87b7 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Sat, 21 Aug 2004 04:49:17 +0000 Subject: Bug 224208 Add a higher level of categorization (.ie departments, locations, etc.) patch by Albert Ting r=joel, glob a=myk --- defparams.pl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 8260be978..c0e608a4d 100644 --- a/defparams.pl +++ b/defparams.pl @@ -320,6 +320,23 @@ sub find_languages { checker => \&check_multi }, + { + 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 ' . -- cgit v1.2.3-24-g4f1b