From c39020fa4ace0bfbfe55268d9256be75a8831710 Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Sat, 25 Jan 2014 14:30:43 +0000 Subject: [PATCH] Bug 959732: The guided bug entry form lists components disabled for new bug reports r=LpSolit a=justdave git-svn-id: svn://10.0.0.236/trunk@265201 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../template/en/default/bug/create/create-guided.html.tmpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 9befcda3c22..3acfe13ee8f 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8884 \ No newline at end of file +8885 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl index 7f9e5179fbb..6bcb436f84a 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl @@ -121,6 +121,7 @@ function PutDescription() { [% default.component_ = "General" %] [% END %] [% FOREACH c = product.components %] + [% NEXT IF NOT c.is_active %]