From: guy.pyrzak%gmail.com <> Date: Thu, 10 Apr 2008 21:43:43 +0000 (+0000) Subject: Bug 427219 Ð The "Reset QA Contact to default" checkbox remains bold when editing... X-Git-Tag: bugzilla-3.1.4~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f677f665134284c329c07061158cd30ba1ae74bb;p=thirdparty%2Fbugzilla.git Bug 427219 Ð The "Reset QA Contact to default" checkbox remains bold when editing the component if qa contact is blank Patch by Guy Pyrzak r=mkanat a=mkanat Patch removes the init for the QA field to be outside of the check to see if the field is blank. --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 631de7519d..d096bbbf26 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -526,16 +526,16 @@ - [% IF bug.qa_contact != "" %] - - [% END %] + [% ELSE %] [% INCLUDE user_identity user => bug.qa_contact %] [% END %]