Bug 54245

Weird CC:list


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@418 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2009-09-14 15:45:19 +00:00
parent 9c4532cd02
commit 4c7263c3d2
1 changed files with 4 additions and 4 deletions

View File

@ -113,16 +113,16 @@
[% END %]
[% END %]
[% IF bug AND bug.component_obj.initialqacontact %]
[% fcl.${bug.component_obj.default_qa_contact.login} = bug.component_obj.default_qa_contact.realname _ ' <' _ bug.component_obj.default_qa_contact.login _ '> (Component QA)' %]
[% fcl.${bug.component_obj.default_qa_contact.login} = bug.component_obj.default_qa_contact.login _ ' (Component QA)' %]
[% END %]
[% IF bug.reporter %]
[% fcl.${bug.reporter.login} = bug.reporter.realname _ ' <' _ bug.reporter.login _ '> (Reporter)' %]
[% fcl.${bug.reporter.login} = bug.reporter.login _ ' (Reporter)' %]
[% END %]
[% IF bug.assigned_to %]
[% fcl.${bug.assigned_to.login} = bug.assigned_to.realname _ ' <' _ bug.assigned_to.login _ '> (Assignee)' %]
[% fcl.${bug.assigned_to.login} = bug.assigned_to.login _ ' (Assignee)' %]
[% END %]
[% IF Param('useqacontact') AND bug.qa_contact %]
[% fcl.${bug.qa_contact.login} = bug.qa_contact.realname _ ' <' _ bug.qa_contact.login _ '> (QA)' %]
[% fcl.${bug.qa_contact.login} = bug.qa_contact.login _ ' (QA)' %]
[% END %]
[% flag_custom_list = [] %]
[% FOREACH k = fcl.keys %]