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

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/2c41e38e
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/2c41e38e
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/2c41e38e

Branch: refs/heads/master
Commit: 2c41e38e557e4f56183ebafca8ec7d5c8632f329
Parents: e8f0c96
Author: Michael Jumper <mjum...@apache.org>
Authored: Thu May 3 23:34:34 2018 -0700
Committer: Michael Jumper <mjum...@apache.org>
Committed: Thu May 3 23:34:34 2018 -0700

----------------------------------------------------------------------
 .../webapp/app/manage/directives/connectionPermissionEditor.js  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/2c41e38e/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js
----------------------------------------------------------------------
diff --git 
a/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js 
b/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js
index da85c11..43e80c2 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) {
 

Reply via email to