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
committed by Mike Jumper
parent 116edebf36
commit 1ed6187082

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