From c457b4c49d1ac10b91db246235e65292798f33d6 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 10 Dec 2002 22:17:02 +0000 Subject: Bug 184081 Change search interfaces to use Viewable products instead of enterable products r=bbaetz a=justdave --- defparams.pl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 1e880dd82..cb02eb986 100644 --- a/defparams.pl +++ b/defparams.pl @@ -261,8 +261,11 @@ sub check_netmask { { name => 'useentrygroupdefault', - desc => 'If this is on, Bugzilla will use product bug groups to restrict ' . - 'who can enter bugs. Requires makeproductgroups to be on as well.', + desc => 'If this is on, Bugzilla will use product bug groups by default ' . + 'to restrict who can enter bugs. If this is on, users can see ' . + 'any product to which they have entry access in search menus. ' . + 'If this is off, users can see any product to which they have not ' . + 'been excluded by a mandatory restriction.', type => 'b', default => 0 }, -- cgit v1.2.3-24-g4f1b