You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by lq...@apache.org on 2016/10/21 14:31:42 UTC

svn commit: r1766032 - /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHostNode.js

Author: lquack
Date: Fri Oct 21 14:31:42 2016
New Revision: 1766032

URL: http://svn.apache.org/viewvc?rev=1766032&view=rev
Log:
QPID-7456: [Java Broker, WMC] Fix edit dialogue of BDB HA VHNs

Modified:
    qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHostNode.js

Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHostNode.js
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHostNode.js?rev=1766032&r1=1766031&r2=1766032&view=diff
==============================================================================
--- qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHostNode.js (original)
+++ qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHostNode.js Fri Oct 21 14:31:42 2016
@@ -107,7 +107,7 @@ define(["dojox/html/entities",
                 }
                 this.dialog.set("title", "Edit Virtual Host Node - " + entities.encode(String(effectiveData.name)));
 
-                util.loadData(management, modelObj, lang.hitch(this, this._show));
+                util.loadData(management, modelObj, lang.hitch(this, this._show), {depth: 1});
             },
             destroy: function ()
             {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org