mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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 {
|
||||
|
||||
// Filter object attributes by defined schema
|
||||
object.setAttributes(filterAttributes(userContext.getUserAttributes(),
|
||||
object.setAttributes(filterAttributes(userContext.getUserGroupAttributes(),
|
||||
object.getAttributes()));
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user