summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show.xml.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-03-17 22:37:01 +0100
committerlpsolit%gmail.com <>2008-03-17 22:37:01 +0100
commitae5ac4fd14bdbaf73ca32969233c8d0c35532f80 (patch)
treeb103dd54a1599c61573c53a54271e9c22ae30bc2 /template/en/default/bug/show.xml.tmpl
parent781336a725598eaeb0fa6cfc65b38211b42118ba (diff)
downloadbugzilla-ae5ac4fd14bdbaf73ca32969233c8d0c35532f80.tar.gz
bugzilla-ae5ac4fd14bdbaf73ca32969233c8d0c35532f80.tar.xz
Bug 323003: [importxml.pl] attachments should be imported with the original creator - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'template/en/default/bug/show.xml.tmpl')
-rw-r--r--template/en/default/bug/show.xml.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl
index 8c490c076..714eee517 100644
--- a/template/en/default/bug/show.xml.tmpl
+++ b/template/en/default/bug/show.xml.tmpl
@@ -92,6 +92,7 @@
<filename>[% a.filename FILTER xml %]</filename>
<type>[% a.contenttype FILTER xml %]</type>
<size>[% a.datasize FILTER xml %]</size>
+ <attacher>[% a.attacher.email FILTER xml %]</attacher>
[% IF displayfields.attachmentdata %]
<data encoding="base64">[% a.data FILTER base64 %]</data>
[% END %]