Problem/Motivation
Wen moderation is enabled, converting a paragraph that has translations to library_item, results in translations being unpublished.
Steps to reproduce
On a multilingual website.
- Choose promote to library for a container that is published in all languages.
- Save the library item.
- Go to the library item and check the translations. The original version is published, the translation is not.
Proposed resolution
Set the moderation_state when creating the translation.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork paragraphs-3253843
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
primsi commentedAdded tests.
Comment #6
berdirThanks, looks good.