trash_workflows
Provides a trash (soft-delete) workflow which works well with (but does not require) Workflow buttons
Features
- Provides a Trash unpublished state
- Adds a tab next to Content Overview and Moderated Content for content in the trash (from whence it can be restored)
- Includes a simple content moderation workflow with the trash state, but you can create your own
Post-Installation
- Go to Configuration » Workflow » Workflows at
/admin/config/workflow/workflows - Use the provided Trash workflow or edit your own
Additional Requirements
Requires Content moderation tabs to provide the tab for the listing of content in the trash state.
And Drupal core's Content Moderation module will be enabled if it is not already.
Recommended modules/libraries
Works brilliantly with Workflow Buttons but does not require it.
Similar projects
- Trash would probably be a better alternative if/when it is made fully compatible with Drupal core's Content Moderation module, see #3320566: Trash is not compatible with Content Moderation
Supporting this Module
You can support Agaric's overall contributions to Drupal and a bit beyond by supporting Drutopia at opencollective.com/drutopia. Thanks!!
Community Documentation
Docs help is always welcome! But for the moment this page is it.
Credits
This module was torn from Trash Workflows at the same time that module was being ejected from Workflow Buttons.
The tutorial by HashBangCode's Phil Norton on Adding Third Party Settings to existing Drupal configuration entities has been huge in directing this module toward a much better user experience than a separate settings page.