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 2018/02/22 14:45:49 UTC

qpid-broker-j git commit: QPID-8102: [Broker-J][WMC] Do not reset Virtual Host Edit dialog on show

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 056da53ca -> 0fe98f847


QPID-8102: [Broker-J][WMC] Do not reset Virtual Host Edit dialog on show


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/0fe98f84
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/0fe98f84
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/0fe98f84

Branch: refs/heads/master
Commit: 0fe98f847484367256fda8df65deb85317cec128
Parents: 056da53
Author: Alex Rudyy <or...@apache.org>
Authored: Thu Feb 22 14:44:14 2018 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Thu Feb 22 14:44:14 2018 +0000

----------------------------------------------------------------------
 .../src/main/java/resources/js/qpid/management/editVirtualHost.js   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/0fe98f84/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHost.js
----------------------------------------------------------------------
diff --git a/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHost.js b/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHost.js
index f59ae31..01dc072 100644
--- a/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHost.js
+++ b/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHost.js
@@ -261,7 +261,6 @@ define(["dojox/html/entities",
                 this._initNodeAutoCreationPolicies(data);
                 this.dialog.startup();
                 this.dialog.show();
-                this.dialog.reset();
                 if (!this.resizeEventRegistered)
                 {
                     this.resizeEventRegistered = true;


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