in my current D7 site, we have a use case in relation to managing drafts of existing published long form articles
we use revisions to work on a draft of an article until published but we also have a use case where we want to work on an update to an article (and go through several revisions and not be published for several months) BUT still keep the previously published version live for site visitors.
once the updated draft is ready we publish that overwriting the published version that is seen by visitors.
- we don't want is to make the article go offline while we are working on the update
- and we want the existing content to be updated in place as it will be linked to from other content
in the D7 site we have set up and working. I thought this was in core but it looks like the drupal module workbench moderation provided this capability: https://www.drupal.org/project/workbench_moderation
I'll be honest i'm not 100% sure if it was that,. but we certainly don't have any custom modules
is there an equivalent module for backdrop or a way we can do this? I tried browsing through the module directory but couldn't find anything
As some folks have mentioned, some work has gone into this. We actually added the ability to have "draft revisions" into core, BUT we never completed the front end user interface for this.
https://github.com/backdrop/backdrop-issues/issues/4354
The API is there for custom and contrib modules and there is an issue to create a user interface in Backdrop CMS core for this. I understand that an API is not really useful to you in your situation.
Please, post a comment in the Github issue queue if this is a feature you would really like to see in Backdrop Core to encourage the core team.
https://github.com/backdrop/backdrop-issues/issues/3157