From 59fc67aa8f4a4a00037d01107da07da5e82c8127 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 23 Aug 2012 12:51:43 -0400 Subject: Bug 785063 - content of x-bugzilla-changed-fields in bugmail has changed from field descriptions to field names r=glob --- extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/BMO/template/en/default/email') diff --git a/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl b/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl index a17e44700..603cae8eb 100644 --- a/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl @@ -33,4 +33,5 @@ X-Bugzilla-Priority: [% bug.priority %] X-Bugzilla-Assigned-To: [% bug.assigned_to.login %] X-Bugzilla-Target-Milestone: [% bug.target_milestone %] X-Bugzilla-Changed-Fields: [% changedfields.join(" ") %] +X-Bugzilla-Changed-Field-Names: [% changedfieldnames.join(" ") %] [%+ threadingmarker %] -- cgit v1.2.3-24-g4f1b