You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: