Constrain inputs for lib.timezone settings to valid tzdata names
Bug #1754364 reported by
Galen Charlton
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Confirmed
|
Wishlist
|
Jane Sandberg |
Bug Description
Inspired by bug 1752753, it would be nice if the library settings editor presented a list of valid timezone names for the user to choose from when setting the lib.timezone org unit setting.
(This would probably be part of a larger, hypothetical project to make a new Angular library settings editor be smarter and more usable.)
Evergreen master
tags: | removed: bitesize-doc documentation |
tags: | added: orgunitsettings usability |
To post a comment you must log in.
Note: we have the list of available timezones in JS via moment.tz.names(), which returns an array of known, valid timezone names.