webhook / webhook-cms

The CMS layer for Webhook.com
http://www.webhook.com
MIT License
178 stars 41 forks source link

[CMS] Published date sorting does not #174

Closed jchatard closed 10 years ago

jchatard commented 10 years ago

Imported some content to set the published date to my actual published date from Ghost and other systems I used to use.

Import works great, but sorting content items by Published date in Webhook CMS (admin) doesn't work as expected.

See image : screen_shot_2014-11-16_at_13_15_19

jchatard commented 10 years ago

Hmm maybe I did something wrong, I can not reproduce it. Now.

gpbmike commented 10 years ago

Sorting by dates is based on a created and hidden _sort_ field. Publish date would be _sort_publish_date. If you're importing data that field may be missing or not match? If that's not the case maybe there's a bug during the saving process.