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
This commit is contained in:
bzrmirror%bugzilla.org
2014-01-25 14:30:43 +00:00
parent b8d8dc126b
commit c39020fa4a
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
8884
8885

View File

@@ -121,6 +121,7 @@ function PutDescription() {
[% default.component_ = "General" %]
[% END %]
[% FOREACH c = product.components %]
[% NEXT IF NOT c.is_active %]
<option value="[% c.name FILTER html %]"
[%+ 'selected="selected"' IF c.name == default.component_ %]>
[% c.name FILTER html %]