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:28:17 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-02-28 23:28:17 +0100
commitd9a166a767592ea2f2647f9fca3e43d21f0cd4aa (patch)
tree52374c8c9842fa23336de6dbdffba27f210dc590 /template/en/default/bug/field.html.tmpl
parent8c6f924b7872555617f861aad1e1184ce6e09dad (diff)
downloadbugzilla-d9a166a767592ea2f2647f9fca3e43d21f0cd4aa.tar.gz
bugzilla-d9a166a767592ea2f2647f9fca3e43d21f0cd4aa.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 9c956ea91..681ea716d 100644
--- a/template/en/default/bug/field.html.tmpl
+++ b/template/en/default/bug/field.html.tmpl
@@ -149,7 +149,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>