From 03a2eace7ee39b378e1cc308b51b93f34a2e0ede Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 25 Mar 2015 13:07:20 +0800 Subject: Bug 1146886: after publishing a review with splinter, the 'edit' mode doesn't work --- template/en/default/attachment/created.html.tmpl | 2 +- template/en/default/attachment/updated.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index 92bd745a2..afcda99e6 100644 --- a/template/en/default/attachment/created.html.tmpl +++ b/template/en/default/attachment/created.html.tmpl @@ -45,7 +45,7 @@ to [% "$terms.bug $attachment.bug_id" FILTER bug_link(attachment.bug_id) FILTER none %] created
- [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %] + [% INCLUDE "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %] [% IF convertedbmp %]

Note: [% terms.Bugzilla %] automatically converted your BMP image file to a diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl index 5b37231bd..494e4523d 100644 --- a/template/en/default/attachment/updated.html.tmpl +++ b/template/en/default/attachment/updated.html.tmpl @@ -43,7 +43,7 @@ of [% "$terms.bug $attachment.bug_id" FILTER bug_link(attachment.bug_id) FILTER none %] submitted

- [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %] + [% INCLUDE "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %] [%# Links to more information about the changed bug. %] [% Hook.process("links") %]
-- cgit v1.2.3-24-g4f1b