You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2016/04/20 19:59:51 UTC

[3/3] qpid-dispatch git commit: DISPATCH-282: Don't update topology when in 'Add' mode

DISPATCH-282: Don't update topology when in 'Add' mode


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/c2ee7cb5
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/c2ee7cb5
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/c2ee7cb5

Branch: refs/heads/master
Commit: c2ee7cb56b4424c2b675996815eaa31207366ef2
Parents: ea31572
Author: Ernest Allen <ea...@redhat.com>
Authored: Wed Apr 20 13:59:19 2016 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Wed Apr 20 13:59:19 2016 -0400

----------------------------------------------------------------------
 console/hawtio/src/main/webapp/plugin/js/qdrTopology.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/c2ee7cb5/console/hawtio/src/main/webapp/plugin/js/qdrTopology.js
----------------------------------------------------------------------
diff --git a/console/hawtio/src/main/webapp/plugin/js/qdrTopology.js b/console/hawtio/src/main/webapp/plugin/js/qdrTopology.js
index 3416f97..787c51d 100644
--- a/console/hawtio/src/main/webapp/plugin/js/qdrTopology.js
+++ b/console/hawtio/src/main/webapp/plugin/js/qdrTopology.js
@@ -1304,7 +1304,7 @@ var QDR = (function (QDR) {
 			// Don't update the underlying topology diagram if we are adding a new node.
 			// Once adding is completed, the topology will update automatically if it has changed
 			if ($scope.addingNode.step > 0)
-				return false;
+				return false; 
 			var nodeInfo = QDRService.topology.nodeInfo();
 			if (Object.keys(nodeInfo).length != Object.keys(savedKeys).length)
 				return true;


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