From 03dd95d656f6725846702fbb1ff535b03c9a4c73 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 31 Mar 2006 18:41:42 +0000 Subject: Bug 332142: Incorrect output when updating components - Patch by Frédéric Buclin r=kiko a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/components/updated.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/components/updated.html.tmpl b/template/en/default/admin/components/updated.html.tmpl index e05bc0973..43214f979 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 %] -- cgit v1.2.3-24-g4f1b