summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2004-08-11 14:08:10 +0200
committerbugreport%peshkin.net <>2004-08-11 14:08:10 +0200
commitdef7903801fcdbab2f227688375f38c5cb490f27 (patch)
tree770f8d2e9c056cbdf05065b3c86c8f3051210402 /defparams.pl
parentd7a8d47bebd3e45bb9b508e38e594a7b90407a06 (diff)
downloadbugzilla-def7903801fcdbab2f227688375f38c5cb490f27.tar.gz
bugzilla-def7903801fcdbab2f227688375f38c5cb490f27.tar.xz
Bug 251669: add an option to show users in a drop down menu instead of a text edit field
patch by glob <bugzilla@glob.com.au> r=joel a=justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 84d9d5aeb..86cc7f2d5 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -1124,6 +1124,15 @@ Reason: %reason%
},
{
+ name => 'usemenuforusers',
+ desc => 'If this option is set, a popup menu will be used where a user' .
+ ' needs to be selected. This option should not be enabled on' .
+ ' sites where there are a large number of users.',
+ type => 'b',
+ default => '0'
+ },
+
+ {
name => 'usermatchmode',
desc => 'Allow match strings to be entered for user names when entering ' .
'and editing bugs. <p>' .