mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
no issue - `post.author_id` has no reference to any table currently, see https://github.com/TryGhost/Ghost/blob/1.21.3/core/server/data/schema/schema.js#L19 - that's why it is right now possible to insert none existent author id's - with multiple authors, this get's protected (see https://github.com/TryGhost/Ghost/pull/9426) - you would get a proper error message - it is not allowed to insert invalid author id's - as soon as you do `include=author` you would receive an error - fixed one test case where we inserted an invalid author id via the API |
||
---|---|---|
.. | ||
api | ||
apps/subscribers | ||
admin_spec.js | ||
channel_spec.js | ||
frontend_spec.js |