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
{{ message }}
This repository was archived by the owner on Apr 11, 2023. It is now read-only.
If a model is modified several times in quick succession, before a response from the server is received this leads to duplicate models created in the local storage. This seems to be because the Backbone generated cid is ignored and instead a copy of the model is created in modelUpdatedWithResponse along with it's own GUID that's used in local storage.
What is the purpose of creating a copy of the model when an existing one is available and could be updated instead?