8d8dbb7479
refs https://github.com/TryGhost/Ghost/pull/9426/files - when using `?include=foo` for a related model that itself normally has embedded relationships we need to add the nested relationship to the `include` param - eg. `/posts?include=authors,authors.roles` - this is necessary to ensure we don't introduce partial models into the Ember Data store by missing the embedded relationships on some requests |
||
---|---|---|
.. | ||
application.js | ||
base.js | ||
embedded-relation-adapter.js | ||
setting.js | ||
tag.js | ||
theme.js | ||
user.js |