mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-586: Specify data source when querying available user attributes.
This commit is contained in:
		| @@ -322,7 +322,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto | ||||
|     }; | ||||
|  | ||||
|     // Pull user attribute schema | ||||
|     schemaService.getUserAttributes().success(function attributesReceived(attributes) { | ||||
|     schemaService.getUserAttributes(dataSource).success(function attributesReceived(attributes) { | ||||
|         $scope.attributes = attributes; | ||||
|     }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user