Summary: | Set languages system preferences after web install | ||
---|---|---|---|
Product: | Koha | Reporter: | Bernardo Gonzalez Kriegel <bgkriegel> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Bernardo Gonzalez Kriegel <bgkriegel> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | minor | ||
Priority: | P5 - low | CC: | 1joynelson, black23, gmcharlt, hayleypelham, jonathan.druart, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13897 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
20.05.00, 19.11.05, 19.05.10
|
Circulation function: | |
Attachments: |
Bug 24872: Set languages prefererences after install
Bug 24872: Set languages prefererences after install Bug 24872: Set languages prefererences after install |
Description
Bernardo Gonzalez Kriegel
2020-03-15 22:45:43 UTC
Created attachment 100712 [details] [review] Bug 24872: Set languages prefererences after install This patch set 'languages' and 'opaclanguages' system preferences with the language used during install. To test: 1. Apply the patch 2. Do a clean install in a language other than english 3. Verify that 'languages' and 'opaclanguages' system preferences show the language code used during install, besides english. Created attachment 101446 [details] [review] Bug 24872: Set languages prefererences after install This patch set 'languages' and 'opaclanguages' system preferences with the language used during install. To test: 1. Apply the patch 2. Do a clean install in a language other than english 3. Verify that 'languages' and 'opaclanguages' system preferences show the language code used during install, besides english. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 101522 [details] [review] Bug 24872: Set languages prefererences after install This patch set 'languages' and 'opaclanguages' system preferences with the language used during install. To test: 1. Apply the patch 2. Do a clean install in a language other than english 3. Verify that 'languages' and 'opaclanguages' system preferences show the language code used during install, besides english. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Note: We could even move it first in the list (those prefs are now ordered) Nice work everyone! Pushed to master for 20.05 Backported to 19.11.x for 19.11.05 backported to 19.05.x for 19.05.10 Enhancement will not be backported to 18.11.x series. |