Selaa lähdekoodia

Merge pull request #5397 from GordonSmith/HPCC-10667

HPCC-10667 New ECL Watch Deselection broken

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 vuotta sitten
vanhempi
commit
9f0745f84f

+ 1 - 1
esp/files/scripts/GetDFUWorkunitsWidget.js

@@ -388,7 +388,7 @@ define([
             this.workunitsGrid.startup();
         },
 
-        refreshGrid: function (args) {
+        refreshGrid: function (clearSelection) {
             this.workunitsGrid.set("query", this.filter.toObject());
             if (clearSelection) {
                 this.workunitsGrid.clearSelection();

+ 1 - 1
esp/files/scripts/QuerySetQueryWidget.js

@@ -433,7 +433,7 @@ define([
             }
         },
 
-        refreshGrid: function (args) {
+        refreshGrid: function (clearSelection) {
             this.querySetGrid.set("query", this.getFilter());
             if (clearSelection) {
                 this.workunitsGrid.clearSelection();