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/10/18 20:09:09 UTC

[qpid-broker-j] branch 7.1.x updated: QPID-8480: [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 7.1.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new 86005c5  QPID-8480: [Broker-J][WMC] Fix query store updater
86005c5 is described below

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

    QPID-8480: [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