mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1606: UserGroup should retrieve UserGroup attributes, not User attributes.
This commit is contained in:
committed by
Mike Jumper
parent
116edebf36
commit
1ed6187082
@@ -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