mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 00:23:21 +00:00 
			
		
		
		
	GUACAMOLE-1606: Merge changes correcting retrieval of user group attribute schema.
This commit is contained in:
		| @@ -57,7 +57,7 @@ public class UserGroupObjectTranslator | |||||||
|             throws GuacamoleException { |             throws GuacamoleException { | ||||||
|  |  | ||||||
|         // Filter object attributes by defined schema |         // Filter object attributes by defined schema | ||||||
|         object.setAttributes(filterAttributes(userContext.getUserAttributes(), |         object.setAttributes(filterAttributes(userContext.getUserGroupAttributes(), | ||||||
|                 object.getAttributes())); |                 object.getAttributes())); | ||||||
|  |  | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user