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 POST reload on member #84

Open
c00k133 opened this issue Nov 28, 2019 · 0 comments
Open

Fix POST reload on member #84

c00k133 opened this issue Nov 28, 2019 · 0 comments
Labels

Comments

@c00k133
Copy link
Member

c00k133 commented Nov 28, 2019

When updating a member (or I guess anything) the JS used does a POST request to our backend. However, this POST request stays as the current history location, meaning that if you reload the page with, e.g., Ctlr+r on Firefox it fires the POST request again (with possibly altered data, depending on if the form has been altered).

This should be fixed as it is a pain to work with and might result in mangled data.

@c00k133 c00k133 added the bug label Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant