HPCC-22171 ECLWatch reset lists to page 0 on filter Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -452,6 +452,7 @@ define([
});
this.filter.on("apply", function (evt) {
context.refreshHRef();
+ context.workunitsGrid._currentPage = 0;
context.refreshGrid();
topic.subscribe("hpcc/dfu_wu_completed", function (topic) {
@@ -71,6 +71,7 @@ define([
+ context.diskUsageGrid._currentPage = 0;
this.refreshGrid();
@@ -80,6 +80,7 @@ define([
+ context.eventGrid._currentPage = 0;
},
@@ -241,6 +241,7 @@ define([
topic.subscribe("hpcc/dfu_wu_created", function (topic) {
@@ -546,6 +546,7 @@ define([
context.landingZonesGrid.clearSelection();
+ context.landingZonesGrid._currentPage = 0;
this.sprayFixedDestinationSelect.init({
@@ -79,6 +79,7 @@ define([
+ context.logGrid._currentPage = 0;
this.rawText = registry.byId(this.id + "LogText");
@@ -262,6 +262,7 @@ define([
+ context.packagesGrid._currentPage = 0;
this.initPackagesGrid();
@@ -164,6 +164,7 @@ define([
+ context.querySetGrid._currentPage = 0;
topic.subscribe("hpcc/ecl_wu_published", function (topic) {
@@ -183,6 +183,7 @@ define([
context.filter.on("apply", function (evt) {
+ context.grid._currentPage = 0;
context.refresh();
context.filter.refreshState();
@@ -482,6 +482,7 @@ define([
+ context.usersGrid._currentPage = 0;
context.refreshUsersGrid();
@@ -296,6 +296,7 @@ define([