summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorghendricks%novell.com <>2009-06-01 16:43:12 +0200
committerghendricks%novell.com <>2009-06-01 16:43:12 +0200
commit1a9927c0c012c6c2dcc82552d0e397c992599754 (patch)
tree802b342f6124dd5f4e915611a75599b74ffc8ec4 /template/en/default/bug
parentc7093fe77e5f23ac400c7a9a5f47952c04d40e53 (diff)
downloadbugzilla-1a9927c0c012c6c2dcc82552d0e397c992599754.tar.gz
bugzilla-1a9927c0c012c6c2dcc82552d0e397c992599754.tar.xz
Bug 494628 - Crash when trying to file a bug in a closed product r=LpSolit patch by ghendricks@novell.com
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/field.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl
index 68cc82a77..1d5a194e2 100644
--- a/template/en/default/bug/field.html.tmpl
+++ b/template/en/default/bug/field.html.tmpl
@@ -140,7 +140,7 @@
selected="selected"
[% ELSIF (control_field && control_value
&& !bug.${control_field.name}.contains(control_value.name))
- || (field.name == "product" && legal_value.disallow_new)
+ || (field.name == "product" && !legal_value.is_active)
%]
class="bz_hidden_option" disabled="disabled"
[% END %]>