Problem/Motivation

As an editor I want to be able to change and save an already published article without instantly replublishing the changes. It is needed to prepare substantial rewrites for an article or have specific additional informations published at a scheduled date.
This is currently not possible because all changes are directly republished if the article already was published.

Proposed resolution

  • Enable core content moderation and configure it to have states of "Published", "Unpublished" and "Draft" with corresponding state changes
  • Use scheduler_content_moderation_integration module (patch for scheduler, to have a submodule)

Pull request

The current state of development can be followed at github:
https://github.com/BurdaMagazinOrg/thunder-distribution/pull/509

Remaining tasks

These issues need to be resolved before we can finish this:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chr.fritsch created an issue. See original summary.

chr.fritsch’s picture

We have to wait for a new Release of https://www.drupal.org/project/entity_reference_revisions to get the paragraphs diff plugin

chr.fritsch’s picture

We have to switch from scheduler to scheduled_updates to get scheduled transitions for articles

chr.fritsch’s picture

Status: Active » Postponed

We will postpone these feature because currently there are a few open issues:

  • default_content is not playing together with dev version of ERR.
  • scheduled_updates is not able to schedule moderation states
chr.fritsch’s picture

Issue summary: View changes

I think instead of scheduled_updates we could port scheduler_workbench to D8.x to keep the scheduler with it's better UX.

chr.fritsch’s picture

Status: Postponed » Needs work

No longer postponed. We already have a PR for that https://github.com/BurdaMagazinOrg/thunder-distribution/pull/509

chr.fritsch’s picture

Issue summary: View changes
chr.fritsch’s picture

We can not use the patch from #2952307: Move workflow config into standard profile because patch doesn't support renaming.

daniel.bosen’s picture

Title: Integration of content_moderation » Be able to create a and save a draft without changing the published article
Issue summary: View changes
daniel.bosen’s picture

Title: Be able to create a and save a draft without changing the published article » Be able to create and save a draft without changing the published article
daniel.bosen’s picture

Title: Be able to create and save a draft without changing the published article » Be able to create and save a draft without changing the published article (workflow integration)
miro_dietiker’s picture

Caution, be aware that currently Paragraphs does not support 8.5 with multilingual enabled and content moderation.

If you push this too fast forward, all multilingual sites based on Thunder will be broken.

This is not a simple thing to resolve and will need dedication.

daniel.bosen’s picture

Thats why I added the corresponding paragraphs meta ticket to the related issues :)

daniel.bosen’s picture

Issue summary: View changes
daniel.bosen’s picture

Issue summary: View changes
daniel.bosen’s picture

Title: Be able to create and save a draft without changing the published article (workflow integration) » [META] Be able to create and save a draft without changing the published article (workflow integration)

daniel.bosen’s picture

Crediting reviewers

  • chr.fritsch committed 6bf45d9 on 8.x-3.x
    Merge branch '8.x-2.x' into 8.x-3.x
    
    * 8.x-2.x:
    Issue #2820056 by chr....
  • daniel.bosen committed df4859b on 8.x-3.x authored by chr.fritsch
    Issue #2820056 by chr.fritsch, daniel.bosen, alexpott, klucic: [META] Be...