GUAC-932: Add permissions list.

This commit is contained in:
Michael Jumper
2014-12-22 16:40:06 -08:00
parent fae8f16780
commit b8e335e3c7
16 changed files with 115 additions and 150 deletions

View File

@@ -55,7 +55,7 @@ angular.module('manage').controller('manageController', ['$scope', '$injector',
*/
$scope.newUsername = "";
// Retrieve all users for whom we have UPDATE permission
// Retrieve all connections for which we have UPDATE permission
connectionGroupService.getConnectionGroupTree(ConnectionGroup.ROOT_IDENTIFIER, PermissionSet.ObjectPermissionType.UPDATE)
.success(function connectionGroupReceived(rootGroup) {
$scope.rootGroup = rootGroup;