]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 959732 was only partially fixed...
authorGavinS <bugzilla@chimpychompy.org>
Sat, 25 Jan 2014 14:39:06 +0000 (15:39 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 25 Jan 2014 14:39:06 +0000 (15:39 +0100)
template/en/default/bug/create/create-guided.html.tmpl

index 6bcb436f84adf4f620544588a6fb03713d4cb2c1..13aaf6dea70a2034d05251bab284659db47e9766 100644 (file)
@@ -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 %]
 ];