fixing regression bug
Closes #659 (closed)
The only notable addition is
.then(function () {
var currentLogin = ServerConnector.getSessionData().getLogin();
return self.sendGetRequest(self.getUserUrl({login: currentLogin}, {}));
})
I did a few tests and it seems to fix the reported issue without undoing !597 (closed)
Edited by Sascha Herzinger