summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2010-08-28 10:35:23 +0200
committerReed Loden <reed@reedloden.com>2010-08-28 10:35:23 +0200
commitb9a06d3190e9878c968c5de9ab3550ff6033190e (patch)
tree59d34bff68a6cf39809268d17f695f4ab4be6736 /template
parent16f28856818bcdd3d8bf60a6419c4b588775b7a1 (diff)
downloadbugzilla-b9a06d3190e9878c968c5de9ab3550ff6033190e.tar.gz
bugzilla-b9a06d3190e9878c968c5de9ab3550ff6033190e.tar.xz
Bug 591218 - Add missing 'longdesclength' form field to fix problem when receiving a mid-air after selecting "Submit only my new comment" on mid-air page.
[r=mkanat a=mkanat]
Diffstat (limited to 'template')
-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 34031fcad..f5c3407f4 100644
--- a/template/en/default/bug/process/midair.html.tmpl
+++ b/template/en/default/bug/process/midair.html.tmpl
@@ -95,6 +95,7 @@ You have the following choices:
<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="commentprivacy" value="[% cgi.param("commentprivacy") FILTER html %]">
+ <input type="hidden" name="longdesclength" value="[% bug.comments.size %]">
<input type="hidden" name="token" value="[% cgi.param("token") FILTER html %]">
<input type="submit" id="process_comment" value="Submit only my new comment">
</form>