data icon indicating copy to clipboard operation
data copied to clipboard

Asserts thrown in `didSaveRecord` don't put the record in the correct rejected state

Open igorT opened this issue 5 years ago • 1 comments

If you hit https://github.com/emberjs/data/blob/1428e26cb49181bf38cc62b98eaa40d255ef7d11/packages/store/addon/-private/system/core-store.ts#L2603, the record will end up in a half broken state, rather than putting it in a correct error state, the way it would if the request rejected earlier in the pipeline.

igorT avatar Nov 04 '20 22:11 igorT

This is potentially resolved due to recent refactoring

runspired avatar Jul 25 '22 00:07 runspired