summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-02-28 23:26:33 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-02-28 23:26:33 +0100
commit38cbb6ac784948b93728cc25259187580e5bb813 (patch)
treec2a9528e123f0160cb9f6e5e93539d96201ccc07 /template/en/default/bug/create/create.html.tmpl
parentf0e69404788bc0ac89b21423bb22f464bc78fe0a (diff)
downloadbugzilla-38cbb6ac784948b93728cc25259187580e5bb813.tar.gz
bugzilla-38cbb6ac784948b93728cc25259187580e5bb813.tar.xz
Bug 695514: Slow performance in field-events.js.tmpl on show_bug.cgi with large number of products
r=dkl a=LpSolit
Diffstat (limited to 'template/en/default/bug/create/create.html.tmpl')
-rw-r--r--template/en/default/bug/create/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index 58fb0c937..3b46ba40f 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -231,7 +231,7 @@ TUI_hide_default('attachment_text_field');
<script type="text/javascript">
<!--
[%+ INCLUDE "bug/field-events.js.tmpl"
- field = bug_fields.component %]
+ field = bug_fields.component, product = product %]
//-->
</script>
</td>