Ghost/ghost/admin/app/adapters
Kevin Ansfield 8d8dbb7479 Fetch deep-nested embedded relationships
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
2018-03-27 18:50:52 +01:00
..
application.js
base.js
embedded-relation-adapter.js Fetch deep-nested embedded relationships 2018-03-27 18:50:52 +01:00
setting.js
tag.js
theme.js
user.js