Author: orudyy
Date: Sat Jun 1 12:32:26 2013
New Revision: 1488512
URL: http://svn.apache.org/r1488512
Log:
QPID-4894: Fix removal of exchange binidings in web management console
Modified:
qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Exchange.js
Modified:
qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Exchange.js
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Exchange.js?rev=1488512&r1=1488511&r2=1488512&view=diff
==============================================================================
---
qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Exchange.js
(original)
+++
qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Exchange.js
Sat Jun 1 12:32:26 2013
@@ -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");
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]