From: Dave Lawrence Date: Wed, 11 Jan 2012 05:38:13 +0000 (-0500) Subject: Bug 715650 - User auto-completion does not work in request.cgi for requester and... X-Git-Tag: bugzilla-4.2rc2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=320b36d4a9aa69e0fa806cd25c84c42d5a36966e;p=thirdparty%2Fbugzilla.git Bug 715650 - User auto-completion does not work in request.cgi for requester and requestee as expected r=timello, a=LpSolit --- diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index d99dadc9b5..57650de554 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -30,8 +30,9 @@ table#filtering th { text-align: right; } " onload="var f = document.request_form; selectProduct(f.product, f.component, null, null, 'Any');" - javascript_urls=["js/productform.js"] + javascript_urls=["js/productform.js", "js/field.js"] style_urls = ['skins/standard/buglist.css'] + yui = ['autocomplete'] %]