Skip to content
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

Incorrect locale used for REST API requests #146

Open
johnbillion opened this issue Apr 12, 2021 · 1 comment
Open

Incorrect locale used for REST API requests #146

johnbillion opened this issue Apr 12, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@johnbillion
Copy link
Member

The REST API request that fires off in the admin area every ten seconds to fetch notifications doesn't have a _locale parameter set. This means when a user has their profile language set to something different to the current site's language they see notifications in the wrong language.

These requests should use ?_locale=user so the response uses the user's chosen language.

@roborourke roborourke added the bug Something isn't working label Apr 16, 2021
@roborourke
Copy link
Contributor

I need to reduce that frequency too. Far too noisy as it stands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants