From 443ba65dcc14aae3278c4f5f152f942f87bc4f08 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 27 Jul 2004 23:33:41 +0000 Subject: Bug 251837: Extend group_group_map to control which groups can see each other r=kiko a=justdave --- defparams.pl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 6f8dcf595..84d9d5aeb 100644 --- a/defparams.pl +++ b/defparams.pl @@ -743,6 +743,14 @@ You will get this message once a day until you\'ve dealt with these bugs! default => 0 }, + { + name => 'usevisibilitygroups', + desc => 'Do you wish to restrict visibility of users to members of ' . + 'specific groups?', + type => 'b', + default => 0 + }, + { name => 'webdotbase', desc => 'It is possible to show graphs of dependent bugs. You may set ' . -- cgit v1.2.3-24-g4f1b