Github user mike-jumper commented on a diff in the pull request:

    
https://github.com/apache/incubator-guacamole-client/pull/47#discussion_r73638462
  
    --- Diff: 
guacamole/src/main/webapp/app/manage/controllers/manageUserController.js ---
    @@ -918,6 +961,28 @@ 
angular.module('manage').controller('manageUserController', ['$scope', '$injecto
                 else
                     removeConnectionGroupPermission(identifier);
     
    +        },
    +
    +        /**
    +         * Notifies the controller that a change has been made to the given
    +         * sharing profile permission for the user being edited. This only
    +         * applies to READ permissions.
    +         *
    +         * @param {String} identifier
    +         *     The identifier of the sharing profile affected by the 
changed
    +         *     permission.
    +         */
    +        sharingProfilePermissionChanged : function 
sharingProfilePermissionChanged(identifier) {
    +
    +            // Determine current permission setting
    +            var value = 
$scope.permissionFlags.sharingProfilePermissions.READ[identifier];
    --- End diff --
    
    OK - change made via f3a201a. I went ahead and updated the other four cases 
where this naming was used within the same controller.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to