This project is not covered by Drupal’s security advisory policy.

Introduction

This module fixes some issues with entity reference revisions, content moderation and content translation.

Currently implemented and manually tested for paragraphs and nodes but in the future could be extended to other entities as needed.

How to use?

Install the module and it will "just work".

Technical Details

By default, a node revision is created from the current revision, that means that if you add a paragraphs in a draft version and you want to translate it in a different language before publishing the draft, you won't be able to do so. This module workarounds that issue by:

- Creating the revision from latest draft if it exists
- Replacing the EntityUntranslatableFields constraint with a new constraint that will invoke the original one unless a revisions manipulation was done.

Help is always welcome

Please use this module if you need it and provide feedback. Also, patches with improvements, bug fixes and tests are welcome.

Supporting organizations: 
Initial Development and maintenance

Project information

Releases