summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/search-report-graph.html.tmpl
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2010-07-05 20:55:44 +0200
committerReed Loden <reed@reedloden.com>2010-07-05 20:55:44 +0200
commit65528cc7177689bee757fd26510bbb2a10954931 (patch)
treee4926e46439bf6558ebc147efc1028a026236d51 /template/en/default/search/search-report-graph.html.tmpl
parent08e874e03e62f18a518c1adcc213a4503ea8269e (diff)
downloadbugzilla-65528cc7177689bee757fd26510bbb2a10954931.tar.gz
bugzilla-65528cc7177689bee757fd26510bbb2a10954931.tar.xz
Bug 576969 - Add missing 'autocomplete' to yui array so keyword autocompletion works with charts and reports
[r=LpSolit a=LpSolit]
Diffstat (limited to 'template/en/default/search/search-report-graph.html.tmpl')
-rw-r--r--template/en/default/search/search-report-graph.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/search-report-graph.html.tmpl b/template/en/default/search/search-report-graph.html.tmpl
index 34dccb6fd..c41c0da1b 100644
--- a/template/en/default/search/search-report-graph.html.tmpl
+++ b/template/en/default/search/search-report-graph.html.tmpl
@@ -32,7 +32,7 @@ var queryform = "reportform"
[% PROCESS global/header.html.tmpl
title = "Generate Graphical Report"
onload = "doOnSelectProduct(0); chartTypeChanged()"
- yui = [ 'calendar' ]
+ yui = [ 'autocomplete', 'calendar' ]
javascript = js_data
javascript_urls = [ "js/productform.js", "js/TUI.js", "js/field.js" ]
style_urls = [ "skins/standard/search_form.css" ]