mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-27 02:38:06 -04:00
Merge pull request #33 from owncloud/remove-timezone-setting
This commit is contained in:
7
changelog/unreleased/remove-timezone-setting.md
Normal file
7
changelog/unreleased/remove-timezone-setting.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Change: Remove timezone setting
|
||||
|
||||
We had a timezone setting in our profile settings bundle. As we're not dealing with a timezone yet
|
||||
it would be confusing for the user to have a timezone setting available. We removed it, until we
|
||||
have a timezone implementation available in ocis-web.
|
||||
|
||||
https://github.com/owncloud/ocis-accounts/pull/33
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user