GUACAMOLE-1656: Force refresh the user context on updateUserContext to ensure that any modified user attributes are picked up.

This commit is contained in:
James Muehlner
2022-08-05 18:30:22 +00:00
parent e882a08486
commit 3790d76fc9
4 changed files with 48 additions and 12 deletions

View File

@@ -501,6 +501,4 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
return userService.deleteUser($scope.dataSource, $scope.user);
};
console.log($scope);
}]);