Summary: | Preserve language choice between Browser sessions | ||
---|---|---|---|
Product: | Koha | Reporter: | Marc Véron <veron> |
Component: | I18N/L10N | Assignee: | Marc Véron <veron> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | P2 | CC: | chris, julian.maurice, marc, paul.poulain, veron |
Version: | 3.10 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 8019 - Preserve language choice between Browser sessions
[SIGNED-OFF] Preserve language choice between Browser sessions |
Description
Marc Véron
2012-04-27 22:26:35 UTC
Created attachment 9333 [details] [review] Bug 8019 - Preserve language choice between Browser sessions Language choice in Opac an Staff client was not preserved between Browser sessions. Changed expiry date of cookie 'KohaOpacLanguage' from '' (= expire after session) to '+3y' (3 years from now) To test: - In a multilingual Koha istallation, choose a language. - Log out, close all Browser instances. Go to login screen. Login should show up in same language as before. - Repeat with other languages. modified: C4/Templates.pm Created attachment 9401 [details] [review] [SIGNED-OFF] Preserve language choice between Browser sessions Works as expected, signed off QA comment: tiny path, passes QA I just lowered the severity, it's not major, the user has 1 click to do to switch back to his preffered language |