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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | moderation_state-entity_translatable.patch | 685 bytes | rudins |
Issue fork entity_clone-3469417
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 #2
rudins commentedComment #3
joevagyok commentedPlease create a merge request with the changes and provide/adapt tests!
Comment #6
deaom commentedThe 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.
Comment #7
deaom commentedThe branch was re-based and tests are passing. Not sure if any additional tests are needed so setting the status to needs review.