https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42727
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from David Nind <[email protected]> --- Attempted to test, but it is unclear to me what to expect: - Order should match what is set in StaffInterfaceLanguages? - Language code order? - Alphabetical order? I would expect it should show in the same order you set in the system preference. My testing (using KTD): 0. No patches applied. 1. Install several languages: koha-translate --install de-DE --dev kohadev koha-translate --install fr-CA --dev kohadev koha-translate --install fr-FR --dev kohadev koha-translate --install es-ES --dev kohadev koha-translate --install mi-NZ --dev kohadev koha-translate --install pt-BR --dev kohadev koha-translate --install pt-PT --dev kohadev 2. Restart everything: restart_all 3. Go to Administration > System preferences > I18/L10 4. Enable the languages for StaffInterfaceLanguages 5. As per the test plan, turn some off, and rearrange. 6. Language footer in the staff interface home page: - Note the order shown for the languages in the staff interface home page footer - Should match the order in the system preference - Refreshing the page, logging out, logging in: stays the same - After patches: no change 7. Notices (Tools > Patrons and circulation > Notices and slips): - Enable the TranslateNotices system preference - Go to any notice and edit - Order doesn't match the system preference - Hard refresh the page, order doesn't change - Note, also shows tabs for languages not selected - After patches: no change, not in alphabetical order, not in language code order 8. Additional contents (Tools > Additional tools > Pages > New entry): - Order doesn't match the system preference - Hard refresh the page, order changes - Note, also shows tabs for languages not selected - After patches: in language code order, stays the same, but doesn't match system preference 9. Note: After applying the patches I cleared the browser cache and did a restart_all -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
