From b63a7cd24150f8c6d57ec81ac526813a263975e4 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 12 Jun 2020 16:45:45 +0200 Subject: [PATCH] Remove timezone setting from profile settings bundle --- pkg/service/v0/settings.go | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/pkg/service/v0/settings.go b/pkg/service/v0/settings.go index 4934053ba..07f62b91a 100644 --- a/pkg/service/v0/settings.go +++ b/pkg/service/v0/settings.go @@ -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",