drupaltransylvania / drupal-community-cluj

GNU General Public License v2.0
2 stars 8 forks source link

Configure Content Moderation Flow #247

Open ChrisHng opened 7 years ago

ChrisHng commented 7 years ago

Install for moderation WORKBENCH module for drupal 8 and set up a moderation flow with the following structure :

  1. Draft
  2. Needs Review
  3. Needs Update
  4. Published
  5. Unpublished

Use the following transitions : Draft -> Draft Draft -> Published (Content Moderator and admin) Draft -> Needs Review Needs Review -> Needs Review (update while in review) Needs Review -> Needs Update Needs Update -> Needs Review Needs Review -> Published Published -> Unpublished Published -> Published (Update and keep published) Unpublished -> Published (Republish) Unpublished -> Unpublished (Update and keep unpublished)