From: lpsolit%gmail.com <> Date: Fri, 31 Mar 2006 18:41:42 +0000 (+0000) Subject: Bug 332142: Incorrect output when updating components - Patch by Frédéric Buclin... X-Git-Tag: bugzilla-2.23.1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03dd95d656f6725846702fbb1ff535b03c9a4c73;p=thirdparty%2Fbugzilla.git Bug 332142: Incorrect output when updating components - Patch by Frédéric Buclin r=kiko a=justdave --- diff --git a/template/en/default/admin/components/updated.html.tmpl b/template/en/default/admin/components/updated.html.tmpl index e05bc09737..43214f9794 100644 --- a/template/en/default/admin/components/updated.html.tmpl +++ b/template/en/default/admin/components/updated.html.tmpl @@ -55,13 +55,13 @@ [% END %] [% IF updated_initialowner %] -

Updated Default Assignee to: '[% comp.initialowner FILTER html %]'.

+

Updated Default Assignee to: '[% comp.default_assignee.login FILTER html %]'.

[% END %] [% IF updated_initialqacontact %]

- [% 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 %]