Problem/Motivation

Related to changes in https://www.drupal.org/project/entity_clone/issues/3426185

In multilingual sites not all entity types/bundles are translatable.

Proposed resolution

Check for moderation state during cloning should be based on enabled languages, but, instead, checking if entity is translatable.

CommentFileSizeAuthor
#2 moderation_state-entity_translatable.patch685 bytesrudins
Command icon 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

rudins created an issue. See original summary.

rudins’s picture

StatusFileSize
new685 bytes
joevagyok’s picture

Version: 2.1.0-beta1 » 2.x-dev
Status: Active » Needs work

Please create a merge request with the changes and provide/adapt tests!

deaom made their first commit to this issue’s fork.

deaom’s picture

The issue #3519053: Add action module as dev dependency. needs to be merged for action tests. I've applied and committed the patch and opened the MR. Leaving status to needs work.

deaom’s picture

Status: Needs work » Needs review

The branch was re-based and tests are passing. Not sure if any additional tests are needed so setting the status to needs review.

rajeshreeputra made their first commit to this issue’s fork.