Commit 03dd95d6 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 332142: Incorrect output when updating components - Patch by Frédéric Buclin…

Bug 332142: Incorrect output when updating components - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
parent f5c61f21
......@@ -55,13 +55,13 @@
[% 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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment