From ccf50a2c6a7765bdec9d8b738367f93be679798c Mon Sep 17 00:00:00 2001 From: Koosha Khajeh Moogahi Date: Wed, 19 Sep 2012 21:11:15 +0200 Subject: Bug 445861: $component->default_qa_contact should not return the default user object when no default QA contact is defined r/a=LpSolit --- template/en/default/global/messages.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global/messages.html.tmpl') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index d93ed537e..f151c3dd4 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -204,7 +204,7 @@
  • Default assignee updated to '[% comp.default_assignee.login FILTER html %]'
  • [% END %] [% IF changes.initialqacontact.defined %] - [% IF comp.default_qa_contact.id %] + [% IF comp.default_qa_contact %]
  • Default QA contact updated to '[% comp.default_qa_contact.login FILTER html %]'
  • [% ELSE %]
  • Default QA contact deleted
  • -- cgit v1.2.3-24-g4f1b