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

FormModel push has inconsistent logic w.r.t. which fields will be pushed to the object model #325

Open
kentmw opened this issue Apr 25, 2017 · 0 comments

Comments

@kentmw
Copy link
Contributor

kentmw commented Apr 25, 2017

https://github.com/vecnatechnologies/backbone-torso/blob/master/modules/FormModel.js#L936-L940

Normally, when the form model pushes to the object model, it copies all values that exist on the form model to the object model. BUT, if you track more than one object, it will only copy the values that already exist on the object model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant