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:
@@ -1 +1 @@
|
||||
8884
|
||||
8885
|
||||
@@ -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 %]
|
||||
|
||||
Reference in New Issue
Block a user