GUACAMOLE-220: removeConnectionGroupPermission() affects connection group permissions, not connection permissions.

This commit is contained in:
Michael Jumper
2018-05-03 23:34:34 -07:00
parent e8f0c96758
commit 2c41e38e55

View File

@@ -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) {