diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2013-02-24 20:12:50 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2013-02-24 20:12:50 +0000 |
commit | 1b7c0e0684a4f191e6947a2a6ed346c429738ea0 (patch) | |
tree | 5060a01644ae607f53eeaa01d98bb63127dd6217 /modules/bugzilla | |
parent | 588ef1ac7900d7ebf77842e5ecdf3f192aa2dd81 (diff) | |
download | puppet-1b7c0e0684a4f191e6947a2a6ed346c429738ea0.tar puppet-1b7c0e0684a4f191e6947a2a6ed346c429738ea0.tar.gz puppet-1b7c0e0684a4f191e6947a2a6ed346c429738ea0.tar.bz2 puppet-1b7c0e0684a4f191e6947a2a6ed346c429738ea0.tar.xz puppet-1b7c0e0684a4f191e6947a2a6ed346c429738ea0.zip |
Turn ajax_user_autocompletion ON
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/templates/params | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index 709ae411..07393b1f 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -10,6 +10,7 @@ 'RADIUS_email_suffix' => '', 'RADIUS_secret' => '', 'RADIUS_server' => '', + 'ajax_user_autocompletion' => '1', 'allow_attach_url' => 0, 'allow_attachment_deletion' => 0, 'allow_attachment_display' => 1, |