Ergänzung zu #276
authorJan Büren <jan@kivitendo-premium.de>
Wed, 26 Jul 2017 14:03:36 +0000 (16:03 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Wed, 26 Jul 2017 14:03:36 +0000 (16:03 +0200)
rowcount attribut name abwärtskompatibel für post commits ohne ajax

templates/webpages/do/form_footer.html

index 61eda4d..1aae254 100644 (file)
@@ -62,7 +62,7 @@
  </div>
 </div>
 
-  <input type="hidden" id="rowcount" value="[% HTML.escape(rowcount) %]">
+  <input type="hidden" id="rowcount" name="rowcount" value="[% HTML.escape(rowcount) %]">
   <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
 
  [%- IF !delivered %]