]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1754364: Show timezone combobox in library settings editor
authorJane Sandberg <js7389@princeton.edu>
Wed, 17 May 2023 23:39:21 +0000 (16:39 -0700)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 12 Nov 2023 20:23:33 +0000 (15:23 -0500)
commit687c403fcd29cbd11b891fb91a681ba9ffc8bb56
tree3b8ff4ab1b91e25a24e4c75f68fe258963748a09
parenta82a28788090fb31a00b0a15f3c3474f57a2c939
LP1754364: Show timezone combobox in library settings editor

To test:
1. Go to Admin > Local Administration > Library Settings Editor
2. Find the Timezone setting in the list of settings
3. Confirm that the timezone select is a typeahead that autocompletes
any valid timezone

This was created in collaboration with the New Developers Working Group
at the May 2023 meeting

Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
Co-authored-by: New Developers Working Group
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/eg2/src/app/share/dialog/dialog.component.ts
Open-ILS/src/eg2/src/app/share/util/timezone.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/util/timezone.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.ts
Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.module.ts
Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/timezone-select/timezone-select.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/timezone-select/timezone-select.component.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/timezone-select/timezone-select.component.ts [new file with mode: 0644]