summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-11-01 19:12:26 +0100
committerDavid Lawrence <dlawrence@mozilla.com>2011-11-01 19:12:26 +0100
commit4a56b6cfca7fceba41f496ebfd7b0e7f3d12c952 (patch)
treee3319e02f75c6dec546d0f6af1b410db917115f7 /Bugzilla/Config
parent97d1eac2fc07d05789484b0e806f1382202fbc2f (diff)
parentc6647e9b3449e8af1b876fa8e1cb322ef43f9dcc (diff)
downloadbugzilla-4a56b6cfca7fceba41f496ebfd7b0e7f3d12c952.tar.gz
bugzilla-4a56b6cfca7fceba41f496ebfd7b0e7f3d12c952.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/UserMatch.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Config/UserMatch.pm b/Bugzilla/Config/UserMatch.pm
index f97cfeab2..38d2cb05b 100644
--- a/Bugzilla/Config/UserMatch.pm
+++ b/Bugzilla/Config/UserMatch.pm
@@ -47,6 +47,12 @@ sub get_param_list {
},
{
+ name => 'ajax_user_autocompletion',
+ type => 'b',
+ default => '1',
+ },
+
+ {
name => 'maxusermatches',
type => 't',
default => '1000',