summaryrefslogtreecommitdiffstats
path: root/template/en/default
diff options
context:
space:
mode:
authorGavinS <bugzilla@chimpychompy.org>2014-01-25 15:39:06 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-01-25 15:39:06 +0100
commit247b8e07ba169fd5c193dd8923667b644422d83a (patch)
tree4992110547425912e9ae704a68bf417664272ce1 /template/en/default
parenta654da161f0c947fbe3e1b326789ca6cc6ebf8e3 (diff)
downloadbugzilla-247b8e07ba169fd5c193dd8923667b644422d83a.tar.gz
bugzilla-247b8e07ba169fd5c193dd8923667b644422d83a.tar.xz
Bug 959732 was only partially fixed...
Diffstat (limited to 'template/en/default')
-rw-r--r--template/en/default/bug/create/create-guided.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl
index 6bcb436f8..13aaf6dea 100644
--- a/template/en/default/bug/create/create-guided.html.tmpl
+++ b/template/en/default/bug/create/create-guided.html.tmpl
@@ -23,6 +23,7 @@
<script type="text/javascript">
var descriptions = [
[% FOREACH c = product.components %]
+ [% NEXT IF NOT c.is_active %]
'[% c.description FILTER js %]',
[% END %]
];