GUACAMOLE-1606: UserGroup should retrieve UserGroup attributes, not User attributes.

This commit is contained in:
Virtually Nick
2022-06-06 11:20:35 -04:00
parent 20fd023751
commit eaab38c200

View File

@@ -57,7 +57,7 @@ public class UserGroupObjectTranslator
throws GuacamoleException {
// Filter object attributes by defined schema
object.setAttributes(filterAttributes(userContext.getUserAttributes(),
object.setAttributes(filterAttributes(userContext.getUserGroupAttributes(),
object.getAttributes()));
}