From 03dd95d656f6725846702fbb1ff535b03c9a4c73 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 31 Mar 2006 18:41:42 +0000 Subject: =?UTF-8?q?Bug=20332142:=20Incorrect=20output=20when=20updating=20?= =?UTF-8?q?components=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dkiko=20a=3Djustdave?= 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/en/default') 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.1