]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 591218 - Add missing 'longdesclength' form field to fix problem when receiving...
authorReed Loden <reed@reedloden.com>
Sat, 28 Aug 2010 08:38:08 +0000 (01:38 -0700)
committerReed Loden <reed@reedloden.com>
Sat, 28 Aug 2010 08:38:08 +0000 (01:38 -0700)
[r=mkanat a=mkanat]

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

index 34031fcadb64c3540eacda9b8c5c4cc07c83cd6f..f5c3407f453826bf375641893466a34fdc448832 100644 (file)
@@ -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>