mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-1387: Merge update and filter tiled connections only if group is actually changing.
This commit is contained in:
@@ -284,6 +284,10 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
|
||||
*/
|
||||
const setAttachedGroup = function setAttachedGroup(managedClientGroup) {
|
||||
|
||||
// Do nothing if group is not actually changing
|
||||
if ($scope.clientGroup === managedClientGroup)
|
||||
return;
|
||||
|
||||
if ($scope.clientGroup) {
|
||||
|
||||
// Remove all disconnected clients from management (the user has
|
||||
|
Reference in New Issue
Block a user