Ghost/core/server/data
kirrg001 d209a4d013 🐛 Fixed importer bug: can't resolve authors relation
closes #9547

- you setup a blog with the following owner:
  - email: test@ghost.org
  - name: test
  - slug: test
- now you import a JSON db file, which holds the exact same owner
  - this owner won't be imported, because it's a duplicate
  - but the slug is different (!)
- the importer tries to find a matching existing user, but won't find anything
- the importer then send an empty authors array `post.authors=[]` into the model layer
- this is not allowed -> this would mean, you are actively trying to unset all authors
2018-04-10 01:10:06 +02:00
..
db Backup endpoint improvements (#9365) 2018-01-11 16:03:21 +01:00
export Backup endpoint improvements (#9365) 2018-01-11 16:03:21 +01:00
importer 🐛 Fixed importer bug: can't resolve authors relation 2018-04-10 01:10:06 +02:00
meta Multiple authors (#9426) 2018-03-27 15:16:15 +01:00
migrations Fixed migration script 1.22 for invalid authors 2018-04-02 12:27:06 +02:00
schema Multiple authors (#9426) 2018-03-27 15:16:15 +01:00
validation Improved validation layer (#9427) 2018-02-16 00:49:15 +01:00
xml/sitemap Multiple authors (#9426) 2018-03-27 15:16:15 +01:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00