From e394756f42902de5eade4f6738127c25fa2bcef7 Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" <> Date: Fri, 17 Jul 2009 22:40:09 +0000 Subject: Bug 456743 - Add the ability to disable field values (mark them as inactive) patch by ghendricks@novell.com r=LpSolit, a=LpSolit --- template/en/default/bug/field.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 21a73a805..039910f1d 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -142,7 +142,7 @@ selected="selected" [% ELSIF (control_field && control_value && !bug.${control_field.name}.contains(control_value.name)) - || (field.name == "product" && !legal_value.is_active) + || !legal_value.is_active %] class="bz_hidden_option" disabled="disabled" [% END %]> -- cgit v1.2.3-24-g4f1b