summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2013-06-01 12:32:26 +0000
committerAlex Rudyy <orudyy@apache.org>2013-06-01 12:32:26 +0000
commit1a88e5743df4f7eb18fe06cfbe56e797d6bca6ea (patch)
tree0d5c670417d9c7cf2ed574ebb07a454bfa349637
parent851eb060fd88ce18b00aeed4b8d679e3be2bcc2a (diff)
downloadqpid-python-1a88e5743df4f7eb18fe06cfbe56e797d6bca6ea.tar.gz
QPID-4894: Fix removal of exchange binidings in web management console
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1488512 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Exchange.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Exchange.js b/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Exchange.js
index da63156176..48c82621b4 100644
--- a/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Exchange.js
+++ b/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Exchange.js
@@ -116,7 +116,7 @@ define(["dojo/_base/xhr",
{
util.deleteGridSelections(
this.exchangeUpdater,
- that.exchangeUpdater.bindingsGrid.grid,
+ this.exchangeUpdater.bindingsGrid.grid,
"rest/binding/"+ encodeURIComponent(this.getVirtualHostName()) + "/" + encodeURIComponent(this.name),
"Are you sure you want to delete binding for queue");
}