mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-422: Revert weird addition of timezone field in JDBC module.
This commit is contained in:
committed by
Virtually Nick
parent
f1bce5173f
commit
0968145160
@@ -113,8 +113,7 @@ public class ModeledUser extends ModeledPermissions<UserModel> implements User {
|
|||||||
new TextField(User.Attribute.FULL_NAME),
|
new TextField(User.Attribute.FULL_NAME),
|
||||||
new EmailField(User.Attribute.EMAIL_ADDRESS),
|
new EmailField(User.Attribute.EMAIL_ADDRESS),
|
||||||
new TextField(User.Attribute.ORGANIZATION),
|
new TextField(User.Attribute.ORGANIZATION),
|
||||||
new TextField(User.Attribute.ORGANIZATIONAL_ROLE),
|
new TextField(User.Attribute.ORGANIZATIONAL_ROLE)
|
||||||
new TimeZoneField(TIMEZONE_ATTRIBUTE_NAME)
|
|
||||||
));
|
));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -350,9 +349,6 @@ public class ModeledUser extends ModeledPermissions<UserModel> implements User {
|
|||||||
// Set role attribute
|
// Set role attribute
|
||||||
attributes.put(User.Attribute.ORGANIZATIONAL_ROLE, getModel().getOrganizationalRole());
|
attributes.put(User.Attribute.ORGANIZATIONAL_ROLE, getModel().getOrganizationalRole());
|
||||||
|
|
||||||
// Set timezone attribute
|
|
||||||
attributes.put(TIMEZONE_ATTRIBUTE_NAME, getModel().getTimeZone());
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user