summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoosha <koosha.khajeh@gmail.com>2014-10-05 18:28:12 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2014-10-05 18:28:12 +0200
commit553568ddf8d9c6282daf779bb83dec7111ed4ff0 (patch)
tree8a40434d4d89274792964a953e33287128d311e9
parentd33c399b231a1d47a3fb94a770256369dbb32e6a (diff)
downloadbugzilla-553568ddf8d9c6282daf779bb83dec7111ed4ff0.tar.gz
bugzilla-553568ddf8d9c6282daf779bb83dec7111ed4ff0.tar.xz
Bug 1071276: Markdown comment checkbox value is not passed through properly when a mid air collision has occurred and user chooses to submit comment
r=dkl a=sgreen
-rw-r--r--template/en/default/bug/process/midair.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl
index 17025fee7..f89590df2 100644
--- a/template/en/default/bug/process/midair.html.tmpl
+++ b/template/en/default/bug/process/midair.html.tmpl
@@ -76,6 +76,7 @@ You have the following choices:
<input type="hidden" name="id" value="[% cgi.param("id") FILTER html %]">
<input type="hidden" name="delta_ts" value="[% bug.delta_ts FILTER html %]">
<input type="hidden" name="comment" value="[% cgi.param("comment") FILTER html %]">
+ <input type="hidden" name="use_markdown" value="[% cgi.param("use_markdown") FILTER html %]">
<input type="hidden" name="comment_is_private"
value="[% cgi.param("comment_is_private") FILTER html %]">
<input type="hidden" name="token" value="[% cgi.param("token") FILTER html %]">