summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/field.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/field.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/field.html.tmpl')
-rw-r--r--template/en/default/bug/field.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl
index 12f1bb7f9..78e919a2d 100644
--- a/template/en/default/bug/field.html.tmpl
+++ b/template/en/default/bug/field.html.tmpl
@@ -133,7 +133,8 @@
<script type="text/javascript">
<!--
initHidingOptionsForIE('[% field.name FILTER js %]');
- [%+ INCLUDE "bug/field-events.js.tmpl" field = field %]
+ [%+ INCLUDE "bug/field-events.js.tmpl"
+ field = field, product = bug.product_obj %]
//-->
</script>