Remove timezone setting from profile settings bundle

This commit is contained in:
Benedikt Kulmann
2020-06-12 16:47:39 +02:00
parent a5d5eac711
commit b63a7cd241
-27
View File
@@ -11,33 +11,6 @@ func generateSettingsBundleProfileRequest() settings.SaveSettingsBundleRequest {
},
DisplayName: "Profile",
Settings: []*settings.Setting{
{
SettingKey: "timezone",
DisplayName: "Timezone",
Description: "User timezone",
Value: &settings.Setting_SingleChoiceValue{
SingleChoiceValue: &settings.SingleChoiceListSetting{
Options: []*settings.ListOption{
{
Value: &settings.ListOptionValue{
Option: &settings.ListOptionValue_StringValue{
StringValue: "Europe/Berlin",
},
},
DisplayValue: "Europe/Berlin",
},
{
Value: &settings.ListOptionValue{
Option: &settings.ListOptionValue_StringValue{
StringValue: "Asia/Kathmandu",
},
},
DisplayValue: "Asia/Kathmandu",
},
},
},
},
},
{
SettingKey: "language",
DisplayName: "Language",