[X2Go-Commits] [x2gobroker] 02/02: UCSS frontend: Propagate API version onwards to the X2GoServer JSON generator class.

git-admin at x2go.org git-admin at x2go.org
Fri May 4 12:27:53 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 541ff47c966764cd2aeabe5518b30fb377792138
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri May 4 12:27:35 2018 +0200

    UCSS frontend: Propagate API version onwards to the X2GoServer JSON generator class.
---
 x2gobroker/web/uccs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x2gobroker/web/uccs.py b/x2gobroker/web/uccs.py
index 9e0bb8e..fd3c1bd 100644
--- a/x2gobroker/web/uccs.py
+++ b/x2gobroker/web/uccs.py
@@ -191,6 +191,7 @@ class X2GoBrokerWebAPI(tornado.web.RequestHandler):
                         host='{hostname}:{port}'.format(hostname=_hostname, port=_port),
                         name=profile['name'],
                         username=profile['user'],
+                        api_version=self.api_version,
                 )
                 _cmd = profile['command']
                 if _cmd.upper() in x2gobroker.defaults.X2GO_DESKTOP_SESSIONS:

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list