Ghost/core/test/utils/fixtures
Katharina Irrgang 7273786459
Fetch relations by default when insert/updating posts (#9568)
no issue

- required for model events
- otherwise you won't receive a full data set
  - in worst case you have to re-fetch the post
- required for the url service
  - the url service always needs relations (authors,tags) to be able to generate the url properly

@IMPORTANT
- no API change, we still return what you are asking for
  - we first edit/add the resource
  - then we fetch the data with the API options
  - @TODO: this can be optimised and will improve performance
    	   picking/selecting it from the insert/update response
- this is an internal change
2018-04-15 12:12:20 +02:00
..
app
config
csv
data
export 🐛 Fixed importer bug: can't resolve authors relation 2018-04-10 01:10:06 +02:00
filter-param Multiple authors (#9426) 2018-03-27 15:16:15 +01:00
images
import 🙀 Image field naming & new img_url helper (#8364) 2017-04-24 18:21:47 +01:00
themes Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
data-generator.js Fetch relations by default when insert/updating posts (#9568) 2018-04-15 12:12:20 +02:00
example.js
test.hbs