Ghost/ghost/admin/app/adapters
Kevin Ansfield ce461aef34 Fixed post/page API requests having incorrect ?include= params
refs 58b0a1b90d

- `buildQuery` in the post/page adapters was recently removed which meant it was falling back to the `EmbeddedRelationAdapter.buildQuery` method which uses the defined Ember Data relationships to build up an `?include=` param
- the Ember Data relationships are not fully in sync with the API because we don't have models for all of the members/tiers related relationships meaning we were adding a more restrictive `?include` parameter than what the API would use internally by default, breaking parts of the app that expected the default embedded relationships
2022-09-16 12:54:50 +01:00
..
api-key.js
application.js
base.js
custom-theme-setting-list.js
email.js
embedded-relation-adapter.js
label.js
member.js
newsletter.js
offer.js
page.js Fixed post/page API requests having incorrect ?include= params 2022-09-16 12:54:50 +01:00
post.js Fixed post/page API requests having incorrect ?include= params 2022-09-16 12:54:50 +01:00
setting.js
tag.js
theme.js
tier.js
user.js