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

Fix UI language switching bug (#21597) #21748

Merged
merged 1 commit into from Nov 10, 2022
Merged

Fix UI language switching bug (#21597) #21748

merged 1 commit into from Nov 10, 2022

Commits on Nov 10, 2022

  1. Fix UI language switching bug (#21597)

    Backport #21597
    
    Related:
    * #21596 (comment)
    
    There was a bug when switching language by AJAX: the irrelevant POST
    requests were processed by the target page's handler.
    
    Now, use GET instead of POST. The GET requests should be harmless.
    
    Co-authored-by: delvh <[email protected]>
    Co-authored-by: Jason Song <[email protected]>
    Co-authored-by: Lunny Xiao <[email protected]>
    4 people authored and Xinyu Zhou committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4657ef9 View commit details
    Browse the repository at this point in the history