summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew MacBean <macbean@apache.org>2014-09-29 08:09:55 +0000
committerAndrew MacBean <macbean@apache.org>2014-09-29 08:09:55 +0000
commit27399059638b57202482ec0116ea7d464ee899d4 (patch)
tree9ac919150a021b20a8e46dfdb77d37164cb4c0b5
parent103cf31c6e047229b9a74ec26a42c09e1ac6ada9 (diff)
downloadqpid-python-27399059638b57202482ec0116ea7d464ee899d4.tar.gz
NO-JIRA: [Java Broker] UI change to update BDB HA permitted nodes hidden field correctly
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1628133 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/add/newgroup/add.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/add/newgroup/add.js b/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/add/newgroup/add.js
index 18853e63a7..464a01b5b0 100644
--- a/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/add/newgroup/add.js
+++ b/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/add/newgroup/add.js
@@ -106,6 +106,7 @@ define(["dojo/_base/xhr",
_changeAddress: function(address, virtualHostNodeHelperAddress)
{
virtualHostNodeHelperAddress.set("value", address);
+ this._updatePermittedNodesJson();
},
_clickAddPermittedNodeButton: function(e)
{