0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00
ghost/test/e2e-api
Simon Backx c32b1baa9b
Added support for publishing email only posts by setting status to sent (#14950)
no issue

If you try to publish a draft email only post by setting the status to sent, you won't receive an error but the email won't get sent. This is because we don't support this behaviour. This is very counter-intuitive when writing the documentation, so I've patched this behaviour and added some more tests.
- When setting the status to `sent` for not email only posts, the post status will be set to `published` without warning
- Also published_by was not set correctly in the past. This is also fixed and has new tests.
2022-06-01 14:53:55 +02:00
..
admin Added support for publishing email only posts by setting status to sent (#14950) 2022-06-01 14:53:55 +02:00
content Added possible fix for random test timeouts 2022-05-30 15:00:55 +02:00
members Removed GA feature flags (#14915) 2022-05-26 09:54:30 +02:00
shared Updated version test suite to play nicely with 5.0 2022-05-19 13:27:40 +08:00