You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/05/04 08:27:11 UTC

[17/21] guacamole-client git commit: GUACAMOLE-220: Correct documentation of permissionsRemoved attribute (the permissions have been removed, not added).

GUACAMOLE-220: Correct documentation of permissionsRemoved attribute (the permissions have been removed, not added).

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

Branch: refs/heads/master
Commit: e8f0c967585d9d576e1c07dbd6528ce6a8ce4beb
Parents: 7ba9c32
Author: Michael Jumper <mj...@apache.org>
Authored: Thu May 3 23:33:41 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu May 3 23:33:41 2018 -0700

----------------------------------------------------------------------
 .../webapp/app/manage/directives/connectionPermissionEditor.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/e8f0c967/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 c4be071..da85c11 100644
--- a/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js
+++ b/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js
@@ -69,7 +69,7 @@ angular.module('manage').directive('connectionPermissionEditor', ['$injector',
             permissionsAdded : '=',
 
             /**
-             * The set of permissions that have been added, relative to the
+             * The set of permissions that have been removed, relative to the
              * initial state of the permissions being manipulated.
              *
              * @type PermissionSet