0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
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
..
client@d70ea17796 Updated Ghost-Admin to 1.0.0-alpha.20 2017-04-25 13:58:19 +01:00
server 🐛 ensure import of scheduled posts works (#8454) 2017-05-12 15:11:52 +02:00
test 🐛 ensure import of scheduled posts works (#8454) 2017-05-12 15:11:52 +02:00
index.js