This is an automated email from the ASF dual-hosted git repository. orudyy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
commit 16bc623e22b5154d01054150dea44c48a5744960 Author: Alex Rudyy <[email protected]> AuthorDate: Mon Jul 6 22:45:12 2020 +0100 QPID-8449: [Broker-J][WMC] Fix query store updater --- .../src/main/java/resources/js/qpid/management/query/StoreUpdater.js | 1 + 1 file changed, 1 insertion(+) diff --git a/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/StoreUpdater.js b/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/StoreUpdater.js index 33a09af..0e2cb4b 100644 --- a/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/StoreUpdater.js +++ b/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/StoreUpdater.js @@ -69,6 +69,7 @@ define(["dojo/_base/declare", { this._inProgressfetch = this.inherited(arguments); } + var queryResults = this._inProgressfetch; this._captureResults(queryResults, "fetch"); return queryResults; }, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
