mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-220: removeConnectionGroupPermission() affects connection group permissions, not connection permissions.
This commit is contained in:
		| @@ -260,10 +260,11 @@ angular.module('manage').directive('connectionPermissionEditor', ['$injector', | ||||
|  | ||||
|         /** | ||||
|          * Updates the permissionsAdded and permissionsRemoved permission sets | ||||
|          * to reflect the removal of the given connection permission. | ||||
|          * to reflect the removal of the given connection group permission. | ||||
|          * | ||||
|          * @param {String} identifier | ||||
|          *     The identifier of the connection to remove READ permission for. | ||||
|          *     The identifier of the connection group to remove READ permission | ||||
|          *     for. | ||||
|          */ | ||||
|         var removeConnectionGroupPermission = function removeConnectionGroupPermission(identifier) { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user