0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -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 Misc grunt /dev updates 2015-05-28 20:25:14 +01:00