summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2002-12-10 23:17:02 +0100
committerbugreport%peshkin.net <>2002-12-10 23:17:02 +0100
commitc457b4c49d1ac10b91db246235e65292798f33d6 (patch)
tree3db43e4e18df802769faa519a5732bf971ff869e /defparams.pl
parente9093fd7f7e7e37d0c057b77f86f8f087c0887b1 (diff)
downloadbugzilla-c457b4c49d1ac10b91db246235e65292798f33d6.tar.gz
bugzilla-c457b4c49d1ac10b91db246235e65292798f33d6.tar.xz
Bug 184081 Change search interfaces to use Viewable products instead of enterable products
r=bbaetz a=justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl7
1 files changed, 5 insertions, 2 deletions
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
},