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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Adapter fixDeleteBug flag. Defaults to true. Fixes emberjs/data#4963 and related issues that don't seem to work well with server side delete notifications.
Track newly inserted records, so unloadedDocumentChanged is not called for those. Otherwise a race-condition can occur where onChange is faster than the save. This can result in the document being inserted in the store via unloadedDocumentChanged before the save returns to ember-data. This will result in an assert that the id is already present in the store.