GUACAMOLE-220: Use effective permissions to test user access to resources.

This commit is contained in:
Michael Jumper
2018-04-19 14:18:02 -07:00
parent dfb07edf29
commit 393e1ab647
15 changed files with 155 additions and 90 deletions

View File

@@ -680,7 +680,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
// Query the user's permissions for the current user
dataSourceService.apply(
permissionService.getPermissions,
permissionService.getEffectivePermissions,
dataSources,
currentUsername
)