-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebSearch: detailed record page tabs miss language parameter in CFG_SITE_LANG #308
Comments
@egabancho @switowski is it still relevant to CDS? |
@jirikuncar the problem still exists on CDS |
I have create a Jira ticket for this issue: https://its.cern.ch/jira/browse/CDS-672 |
... and on Invenio demo site v1.2.0 as well. The language had been well added to most links, but it seems the tabs were missed. |
drjova
added a commit
to CERNDocumentServer/invenio
that referenced
this issue
Jul 24, 2015
* FIX Adds the proper language parameter on tabs if the user has selected different language from the browser preferred. (closes inveniosoftware#308) Signed-off-by: Harris Tzovanakis <[email protected]>
drjova
added a commit
to CERNDocumentServer/invenio
that referenced
this issue
Sep 1, 2015
* FIX Adds the proper language parameter on tabs if the user has selected different language from the browser preferred. (closes inveniosoftware#308) Signed-off-by: Harris Tzovanakis <[email protected]>
egabancho
pushed a commit
to CERNDocumentServer/invenio
that referenced
this issue
Mar 10, 2016
* FIX Adds the proper language parameter on tabs if the user has selected different language from the browser preferred. (closes inveniosoftware#308) Signed-off-by: Harris Tzovanakis <[email protected]>
egabancho
pushed a commit
to CERNDocumentServer/invenio
that referenced
this issue
Mar 10, 2016
* FIX Adds the proper language parameter on tabs if the user has selected different language from the browser preferred. (closes inveniosoftware#308) Signed-off-by: Harris Tzovanakis <[email protected]>
egabancho
pushed a commit
to CERNDocumentServer/invenio
that referenced
this issue
May 9, 2016
* FIX Adds the proper language parameter on tabs if the user has selected different language from the browser preferred. (closes inveniosoftware#308) Signed-off-by: Harris Tzovanakis <[email protected]>
tiborsimko
pushed a commit
to tiborsimko/invenio
that referenced
this issue
Nov 24, 2016
* FIX Adds the proper language parameter on tabs if the user has selected different language from the browser preferred. (closes inveniosoftware#308) (PR inveniosoftware#3395) Signed-off-by: Harris Tzovanakis <[email protected]>
tiborsimko
pushed a commit
to tiborsimko/invenio
that referenced
this issue
Nov 24, 2016
* FIX Adds the proper language parameter on tabs if the user has selected different language from the browser preferred. (closes inveniosoftware#308) (PR inveniosoftware#3395) Signed-off-by: Harris Tzovanakis <[email protected]>
Closed by #3729. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally on 2010-10-11
Tabs ("References", "Discussion", etc.) on detailed record pages miss on purpose the 'ln=XX' parameter when the page is viewed in language 'CFG_SITE_LANG' (for eg: http://invenio-demo.cern.ch/record/96?ln=en): the consequence is that the browser preferred language is used when clicking on these tabs even if the user has specifically chosen to view the detailed page in language 'CFG_SITE_LANG'.
'ln=XX' should now be added whatever the value of 'CFG_SITE_LANG' is (in search_engine.py).
The text was updated successfully, but these errors were encountered: