diff options
| author | GavinS <bugzilla@chimpychompy.org> | 2014-01-25 15:39:06 +0100 |
|---|---|---|
| committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-25 15:39:06 +0100 |
| commit | 247b8e07ba169fd5c193dd8923667b644422d83a (patch) | |
| tree | 4992110547425912e9ae704a68bf417664272ce1 | |
| parent | a654da161f0c947fbe3e1b326789ca6cc6ebf8e3 (diff) | |
| download | bugs-247b8e07ba169fd5c193dd8923667b644422d83a.tar bugs-247b8e07ba169fd5c193dd8923667b644422d83a.tar.gz bugs-247b8e07ba169fd5c193dd8923667b644422d83a.tar.bz2 bugs-247b8e07ba169fd5c193dd8923667b644422d83a.tar.xz bugs-247b8e07ba169fd5c193dd8923667b644422d83a.zip | |
Bug 959732 was only partially fixed...
| -rw-r--r-- | template/en/default/bug/create/create-guided.html.tmpl | 1 |
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 %] ]; |
