Fix display of selected timezone for cities with duplicated identifiers
Some of the available timezones share the same identifier. By joining these timezones into one selectbox entry, we fix a confusing display bug where you could select "London" but see "Edinburgh" after saving it. Changelog: fixed
显示
- app/assets/javascripts/vue_shared/components/timezone_dropdown/timezone_dropdown.vue 1 个添加, 0 个删除...shared/components/timezone_dropdown/timezone_dropdown.vue
- app/helpers/time_zone_helper.rb 13 个添加, 0 个删除app/helpers/time_zone_helper.rb
- app/views/profiles/show.html.haml 1 个添加, 1 个删除app/views/profiles/show.html.haml
- spec/helpers/time_zone_helper_spec.rb 23 个添加, 0 个删除spec/helpers/time_zone_helper_spec.rb
加载中
想要评论请 注册 或 登录