mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-586: ADMINISTER ... not ADMINSTER.
This commit is contained in:
		| @@ -215,7 +215,8 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto | ||||
|                 PermissionSet.SystemPermissionType.ADMINISTER)) | ||||
|             return true; | ||||
|  | ||||
|         // Otherwise, can only modify permissions if we have explicit ADMINSTER permission | ||||
|         // Otherwise, can only modify permissions if we have explicit | ||||
|         // ADMINISTER permission | ||||
|         return PermissionSet.hasUserPermission($scope.permissions, | ||||
|             PermissionSet.ObjectPermissionType.ADMINISTER, username); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user