GUACAMOLE-1606: Merge changes correcting retrieval of user group attribute schema.

This commit is contained in:
Mike Jumper
2022-06-06 09:04:48 -07:00
committed by GitHub

View File

@@ -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()));
} }