Bug 22039 - Switching the language in staff sends you back to start page
Summary: Switching the language in staff sends you back to start page
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2018-12-21 00:26 UTC by Katrin Fischer
Modified: 2020-01-06 20:17 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2018-12-21 00:26:44 UTC
I believe we had this fixed recently for OPAC (bug 19799), but it seems to have been crept back in:

- Install another language, for example de-DE
- Make sure the language is activated and switching works from the start page
- Go to another page in staff
- Switch the language
- Verify you are sent back to staff
Comment 1 Katrin Fischer 2018-12-21 00:27:33 UTC
Actually... I know see the same behaviour in OPAC again too :(
Comment 2 Katrin Fischer 2018-12-21 00:34:48 UTC
Demo installations of 18.11.00 appear ok - could someone retest this in their environment?
Comment 3 Jonathan Druart 2018-12-21 14:01:11 UTC
Works ok for me at the OPAC when OPACBaseURL is correctly filled.
Comment 4 Jonathan Druart 2018-12-21 14:06:51 UTC
I confirm it works at the staff interface too if the staffClientBaseURL pref is correctly filled.
Double check the protocol part http[s?]://
Comment 5 Katrin Fischer 2018-12-21 19:50:41 UTC
Hi Jonathan, thx for investigating! I had reset my installation and that had also reset the BaseURLs (http://kohadev.myDNSname.org:80...). After correcting them, everything works as expected!