Closed (fixed)
Project:
Entity Clone
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2022 at 11:50 UTC
Updated:
21 Feb 2023 at 07:07 UTC
Jump to comment: Most recent
If entity was cloned and the entity has the moderation state field and can be moderated.
The setTranslationModerationState method called the ContentModerationState::loadFromModeratedEntity() method to load a content moderation state. This one can return NULL and breaks the checks inside the setTranslationModerationState method
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
p-neyens commentedComment #4
alexanderj commentedhi, i will review it.
Comment #5
alexanderj commentedI reviewed and tested your patch and everything is working correctly right now. So moving it to RTBC.
Comment #8
rajeshreeputraComment #11
j2Any updates on when the fix for this issue will have a release?
Comment #12
rajeshreeputra2.0.0-beta2 has been released with these changes.