silverstripe / silverstripe-campaign-admin

Campaign and publishing admin interface for Silverstripe
BSD 3-Clause "New" or "Revised" License
2 stars 16 forks source link

Nice to have: ability to unpublish pages/files #151

Open mxmclaudel opened 4 years ago

mxmclaudel commented 4 years ago

At the moment, the campaign module only allows pages and files to be published. This works well for new and updated pages and files. It does not allow archiving obsolete pages and files.

ChangeSetItem does seem to already support it:

ChangeSetItem::CHANGE_DELETED

clarkepaul commented 4 years ago

Agree, Campaigns should have access to the standard set of actions that you'd imagine with the likes of page bulk actions, so that would include Unpublish, Archive etc.

We actually have some upcoming plans for campaigns with some additional actions/features so without promising anything, this is something we are considering with upcoming work.

clarkepaul commented 3 years ago

Just a few notes in case this makes its way up the line.