Models with duplicate ids #269
Unanswered
knownasilya
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I just tried to reproduce this with the latest Ember blueprint, it seems to work for me without that error. The second default record just seems to replace the first one. Take a look at this reproduction https://github.com/charlesfries/adapter-test |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the correct way to handle this? I have the same model, but on different parent models. For example:
account/1/configs/default
andaccount/2/configs/default
I keep running into
The id default has already been used with another 'config' record.
. I've triedstore.unloadRecord(model)
but no luck there it seems.Beta Was this translation helpful? Give feedback.
All reactions