guides-source
guides-source copied to clipboard
Deprecate Non Strict Relationships
- As per ember-data:deprecate-non-strict-relationships we should update the guides to list all relationships explicitly
- Seems like we want most of the examples to be
{ async: false }
TODO
- [ ] Can someone check that I set
inversecorrectly (author blindness, can't guarantee)? - [ ] There was originally [this
async: false], which I believe was incorrect. The JSON-API payload is using only IDs, so I would expect it to beasync: true. Can someone confirm / deny? - [ ] All comments are resolved
- [ ] Once the two above are checked, I can copy&paste the solution to all versions
>= v5.0
- Fixes: #1988