From 2c41e38e557e4f56183ebafca8ec7d5c8632f329 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 3 May 2018 23:34:34 -0700 Subject: [PATCH] GUACAMOLE-220: removeConnectionGroupPermission() affects connection group permissions, not connection permissions. --- .../app/manage/directives/connectionPermissionEditor.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js b/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js index da85c1172..43e80c2db 100644 --- a/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js +++ b/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js @@ -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) {