Ghost/test/regression/api
Naz 35e23636ae Fixed 'sent' status setting when publishing a post
refs https://github.com/TryGhost/Team/issues/947

- During the work of the UI and moving `email_only` flag to publish menu it created the situation where the publishing of the post was at the same time as adding `email_only` flag, resulted in not picking up teh `sent` status as the `posts_meta` model and record were's available during save.
- Adding the incoming attribute check for email_only flag covers this situation
2021-08-26 22:25:45 +04:00
..
canary Fixed 'sent' status setting when publishing a post 2021-08-26 22:25:45 +04:00
v2 Added email_only property in Posts Admin API v4 2021-08-05 19:44:35 +12:00
v3 Added email_only property in Posts Admin API v4 2021-08-05 19:44:35 +12:00
admin.test.js