diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-25 06:07:20 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-25 06:07:37 +0100 |
commit | 03a2eace7ee39b378e1cc308b51b93f34a2e0ede (patch) | |
tree | 1df0e1de59331dd1c3abd0de75f0c47fa56bd1e0 /template/en/default | |
parent | 4dbea14802e08bce7b62f45055a6fa8fdf3d92e1 (diff) | |
download | bugzilla-03a2eace7ee39b378e1cc308b51b93f34a2e0ede.tar.gz bugzilla-03a2eace7ee39b378e1cc308b51b93f34a2e0ede.tar.xz |
Bug 1146886: after publishing a review with splinter, the 'edit' mode doesn't work
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/attachment/created.html.tmpl | 2 | ||||
-rw-r--r-- | 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 </dt> <dd> - [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %] + [% INCLUDE "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %] [% IF convertedbmp %] <p> <b>Note:</b> [% 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 </dt> <dd> - [% 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") %] </dd> |