Bug 40933

A small fix: QA was Bugzilla::User=HASH(...)


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@154 6955db30-a419-402b-8a0d-67ecbb4d7f56
custis
vfilippov 2009-03-30 13:20:35 +00:00
parent 3d59b9fa92
commit b888ccbdfa
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
[% END %]
[% END %]
[% IF bug AND bug.component_obj.initialqacontact %]
[% fcl.${bug.component_obj.default_qa_contact} = 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.realname _ ' <' _ bug.component_obj.default_qa_contact.login _ '> (Component QA)' %]
[% END %]
[% fcl.${bug.reporter.login} = bug.reporter.realname _ ' <' _ bug.reporter.login _ '> (Reporter)' %]
[% fcl.${bug.assigned_to.login} = bug.assigned_to.realname _ ' <' _ bug.assigned_to.login _ '> (Assignee)' %]