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 2019/03/13 18:14:38 UTC

[qpid-dispatch] branch master updated: DISPATCH-1284 Call correct disconnect when logout menu item is clicked

This is an automated email from the ASF dual-hosted git repository.

eallen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new ab84e7e  DISPATCH-1284 Call correct disconnect when logout menu item is clicked
ab84e7e is described below

commit ab84e7ed4f7e02888762a7fcb673358d32191d41
Author: Ernest Allen <ea...@redhat.com>
AuthorDate: Wed Mar 13 14:14:20 2019 -0400

    DISPATCH-1284 Call correct disconnect when logout menu item is clicked
---
 console/stand-alone/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/console/stand-alone/main.js b/console/stand-alone/main.js
index 2be7114..c40aa9b 100644
--- a/console/stand-alone/main.js
+++ b/console/stand-alone/main.js
@@ -241,7 +241,7 @@ import { posint } from './plugin/js/posintDirective.js';
       $rootScope.$broadcast('pageMenuClicked');
     };
     $scope.logout = function () {
-      QDRService.management.connection.disconnect();
+      QDRService.disconnect();
       location.href = "#/connect";
     };
     $scope.user = '';


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