Github user jmuehlner commented on a diff in the pull request:

    
https://github.com/apache/incubator-guacamole-client/pull/47#discussion_r73638190
  
    --- 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 --
    
    That seems much better to me.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to