mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-800: Clarify permission change handler docs.
This commit is contained in:
@@ -241,8 +241,8 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Notifies of a change to the selected system permissions for the user
|
* Notifies the controller that a change has been made to the given
|
||||||
* being edited.
|
* system permission for the user being edited.
|
||||||
*
|
*
|
||||||
* @param {String} type
|
* @param {String} type
|
||||||
* The system permission that was changed, as defined by
|
* The system permission that was changed, as defined by
|
||||||
@@ -308,8 +308,8 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Notifies of a change to the selected user permissions for the user
|
* Notifies the controller that a change has been made to the given user
|
||||||
* being edited.
|
* permission for the user being edited.
|
||||||
*
|
*
|
||||||
* @param {String} type
|
* @param {String} type
|
||||||
* The user permission that was changed, as defined by
|
* The user permission that was changed, as defined by
|
||||||
@@ -423,8 +423,9 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
|
|||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Notifies of a change to the selected connection permission for the
|
* Notifies the controller that a change has been made to the given
|
||||||
* user being edited. This only applies to READ permissions.
|
* connection permission for the user being edited. This only applies
|
||||||
|
* to READ permissions.
|
||||||
*
|
*
|
||||||
* @param {String} identifier
|
* @param {String} identifier
|
||||||
* The identifier of the connection affected by the changed
|
* The identifier of the connection affected by the changed
|
||||||
@@ -444,8 +445,9 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
|
|||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Notifies of a change to the selected connection group permission for
|
* Notifies the controller that a change has been made to the given
|
||||||
* the user being edited. This only applies to READ permissions.
|
* connection group permission for the user being edited. This only
|
||||||
|
* applies to READ permissions.
|
||||||
*
|
*
|
||||||
* @param {String} identifier
|
* @param {String} identifier
|
||||||
* The identifier of the connection group affected by the changed
|
* The identifier of the connection group affected by the changed
|
||||||
|
Reference in New Issue
Block a user