]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 715650 - User auto-completion does not work in request.cgi for requester and...
authorDave Lawrence <dlawrence@mozilla.com>
Wed, 11 Jan 2012 06:01:19 +0000 (01:01 -0500)
committerDave Lawrence <dlawrence@mozilla.com>
Wed, 11 Jan 2012 06:01:19 +0000 (01:01 -0500)
r=timello, a=LpSolit

template/en/default/request/queue.html.tmpl

index d99dadc9b5cc0561dbb0ba3bcda48548f7eecb1b..57650de5543611f947adc4863b72c1381646340f 100644 (file)
@@ -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']
 %]
 
 <script type="text/javascript">