From: Dave Lawrence Date: Wed, 11 Jan 2012 06:01:19 +0000 (-0500) Subject: Bug 715650 - User auto-completion does not work in request.cgi for requester and... X-Git-Tag: bugzilla-4.0.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47b431f616423d35ac534a95f4ecf6e22424fb35;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'] %]