-
-
Notifications
You must be signed in to change notification settings - Fork 596
All updates to an object field except for the last one are ignored #1450
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
Labels
state:released
Released as stable version
state:released-alpha
Released as alpha version
state:released-beta
Released as beta version
type:bug
Impaired feature or lacking behavior that is likely assumed
Comments
Thanks for opening this issue!
|
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Feb 15, 2022
5 tasks
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Feb 16, 2022
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Dec 19, 2023
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Dec 19, 2023
mortenmo
added a commit
to mortenmo/Parse-SDK-JS
that referenced
this issue
Apr 29, 2024
1 task
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
May 1, 2024
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
May 1, 2024
Improved the regression test for issue parse-community#1450
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
May 1, 2024
…butes are estimated as expected
🎉 This change has been released in version 5.1.0-alpha.7 |
🎉 This change has been released in version 5.1.0-beta.1 |
🎉 This change has been released in version 5.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
state:released
Released as stable version
state:released-alpha
Released as alpha version
state:released-beta
Released as beta version
type:bug
Impaired feature or lacking behavior that is likely assumed
New Issue Checklist
Issue Description
When updating multiple nested fields under the same object field using
ParseObject.set
, all updates except for the last one are dropped.Steps to reproduce
Actual Outcome
obj.attributes
should be{a: {b:5, c:6}}
Expected Outcome
obj.attributes
is{a: {c:6}}
Environment
Server
irrelevant
Ubuntu 20.04
local, irrelevant
Database
MongoDB
5.0.6
local
Client
alpha (commit d084ac9be058d9b13f8ac2bbf04615f76dc2800d)
Logs
The text was updated successfully, but these errors were encountered: