]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1071276: Markdown comment checkbox value is not passed through properly when...
authorKoosha <koosha.khajeh@gmail.com>
Sun, 5 Oct 2014 16:28:12 +0000 (18:28 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 5 Oct 2014 16:28:12 +0000 (18:28 +0200)
r=dkl a=sgreen

template/en/default/bug/process/midair.html.tmpl

index 17025fee7418724a82eb7cb674007d7e3948e854..f89590df2d6e41cf9d7cf3fd10f52d1b18c6ff98 100644 (file)
@@ -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 %]">