0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test
Katharina Irrgang 9bea2077cf 🐛 ensure import of scheduled posts works (#8454)
closes #8354

- i thought about transforming scheduled posts into drafts on export, but this has two disadvantages:
  1. existing exports with scheduled posts won't import
  2. if you schedule a post for next week and you export/import earlier, the post is back to draft
- by this we ensure that we can simply import the post back to a scheduled post
- if the published_at is already in the past, the scheduler will care and instantly publish the post
2017-05-12 15:11:52 +02:00
..
functional 🎨 settings inconsistency (#8381) 2017-04-24 18:41:00 +01:00
integration 🐛 ensure import of scheduled posts works (#8454) 2017-05-12 15:11:52 +02:00
unit 🐛 escape blog title for mail header (#8453) 2017-05-12 15:09:45 +02:00
utils 🐛 ensure import of scheduled posts works (#8454) 2017-05-12 15:11:52 +02:00
.jshintrc