mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
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 |
||
---|---|---|
.. | ||
adapters | ||
api | ||
apps | ||
config | ||
controllers | ||
data | ||
helpers | ||
lib | ||
models | ||
public | ||
services | ||
translations | ||
views | ||
web | ||
analytics-events.js | ||
filters.js | ||
ghost-server.js | ||
index.js | ||
overrides.js | ||
update-check.js |