You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2020/09/12 21:30:35 UTC

[qpid-broker-j] 02/17: QPID-8449: [Broker-J][WMC] Fix query store updater

This is an automated email from the ASF dual-hosted git repository.

orudyy pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git

commit 34d37e6c83dcc717548c81c10f4aad34fcecd9cb
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Mon Jul 6 22:45:12 2020 +0100

    QPID-8449: [Broker-J][WMC] Fix query store updater
    
    (cherry picked from commit 16bc623e22b5154d01054150dea44c48a5744960)
---
 .../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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org