]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 332142: Incorrect output when updating components - Patch by Frédéric Buclin...
authorlpsolit%gmail.com <>
Fri, 31 Mar 2006 18:41:42 +0000 (18:41 +0000)
committerlpsolit%gmail.com <>
Fri, 31 Mar 2006 18:41:42 +0000 (18:41 +0000)
template/en/default/admin/components/updated.html.tmpl

index e05bc097379dd086dd080983dd21fff84d1eb33e..43214f97947935fceec30aceafb90f4aaa744641 100644 (file)
 [% END %]
 
 [% IF updated_initialowner %]
-  <p>Updated Default Assignee to: '[% comp.initialowner FILTER html %]'.</p>
+  <p>Updated Default Assignee to: '[% comp.default_assignee.login FILTER html %]'.</p>
 [% END %]
 
 [% IF updated_initialqacontact %]
   <p>
-  [% IF initialqacontact %]
-    Updated Default QA Contact to '[% comp.initialqacontact FILTER html %]'.
+  [% IF comp.default_qa_contact.id %]
+    Updated Default QA Contact to '[% comp.default_qa_contact.login FILTER html %]'.
   [% ELSE %]
     Removed Default QA Contact.
   [% END %]