-
-
Notifications
You must be signed in to change notification settings - Fork 230
POST data overwrite persistent parameters. #1061
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
Conversation
These lines are redundant in my opinion. When I send data from AJAX form, I lost persistent data with the same name as form-input name.
|
No, you do not. Provide test case. |
|
Sorry, you are right. If current value is NULL (or default), it changes persistent parameter. But problem with rewriting value is still here. I don't understand the meaning of these lines. In which case can I use this 'feature'? |
|
👎 This would break almost every application using AJAX. |
|
From my point of view, there is no difference between GET and POST AJAX request. |
991ba1a to
e23de7a
Compare
These lines are redundant in my opinion. When I send data from AJAX form, I lost persistent data with the same name as form-input name.