django-cms / djangocms-moderation

Other
13 stars 20 forks source link

Unpublish flow #161

Closed jonathan-s closed 5 months ago

jonathan-s commented 4 years ago

With this PR you can create a workflow that is designed to unpublish assets / content. The workflow has a new boolean property is_unpublishing that can be selected when you create a workflow.

Once content has been added to be moderated with an unpublishing workflow all content will be unpublished once that has been approved and a signal with all unpublished content will be sent that can be further processed as needed.

jonathan-s commented 4 years ago

I hate isort with a passion.