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/12/05 14:23:26 UTC

qpid-dispatch git commit: DISPATCH-589 Don't use connection.name as a unique link identifier

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 785c5e023 -> ba4d5c29d


DISPATCH-589 Don't use connection.name as a unique link identifier


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

Branch: refs/heads/master
Commit: ba4d5c29df212e450d4bde4858e1069efa5b0742
Parents: 785c5e0
Author: Ernest Allen <ea...@redhat.com>
Authored: Mon Dec 5 09:23:10 2016 -0500
Committer: Ernest Allen <ea...@redhat.com>
Committed: Mon Dec 5 09:23:10 2016 -0500

----------------------------------------------------------------------
 console/stand-alone/plugin/js/qdrTopology.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/ba4d5c29/console/stand-alone/plugin/js/qdrTopology.js
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/js/qdrTopology.js b/console/stand-alone/plugin/js/qdrTopology.js
index 28f421a..04952f7 100644
--- a/console/stand-alone/plugin/js/qdrTopology.js
+++ b/console/stand-alone/plugin/js/qdrTopology.js
@@ -680,7 +680,7 @@ var QDR = (function(QDR) {
               var connId = connection.container
               var target = getContainerIndex(connId, nodeInfo);
               if (target >= 0) {
-                getLink(source, target, dir, "", connection.name);
+                getLink(source, target, dir, "", source + "-" + target);
               }
             } else if (role == "normal" || role == "on-demand") {
               // not a router, but an external client


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