This PR aims to resolve issues when the store collection update helper is invoked w/o fetching items first by:
Adding id-uid mapping after getById
Favoring id from the model (if present) in update
@underscope Even though either of these two changes fixes the issue I believe it would be good to do both to be on the safe side for any future use-cases. Thoughts?
This PR aims to resolve issues when the store collection
update
helper is invoked w/o fetching items first by:id
-uid
mapping aftergetById
id
from the model (if present) inupdate
@underscope Even though either of these two changes fixes the issue I believe it would be good to do both to be on the safe side for any future use-cases. Thoughts?
Closes #740