Skip to content

Update `published` when publishing a post

Jamie Tanna requested to merge feature/published-on-publish into develop

When promoting a post from draft to published, we should make sure to update the published property, so we don't have to manually do it.

This requires adding logic when replaceing a post-status, which currently is a bit hacky.

Merge request reports