From: Alan Knowles Date: Thu, 15 Aug 2019 04:22:17 +0000 (+0800) Subject: for post for grid download X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ba1c6854037284503ab83f1864b31ce93e7ef1ee for post for grid download --- diff --git a/Pman.Download.js b/Pman.Download.js index 9dba6b41..124dcf1a 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -338,7 +338,7 @@ Roo.apply(Pman.Download.prototype, { // do it as a post, as args can get long.. - this.method = this.method || 'POST'; + this.method = 'POST'; if (this.method == 'POST') { this.params._get = 1; }