While Replicating Nodes using Replicate and Replicate UI Module, I found that the module doesn't integrates well with Workbench Moderation. After debugging for the cause for the same, I found that in the process of cloning a node, the replicate module doesn't prepare the node object using node_object_prepare() function which should be done before saving any new node.

In the way, other modules would also be integrated with replicate module to prepare the node object.

Thanks

CommentFileSizeAuthor
#2 integration_of-2684209-2.patch333 bytespurushotam.rai

Comments

purushotam.rai created an issue. See original summary.

purushotam.rai’s picture

StatusFileSize
new333 bytes

Patch regarding this issue.

purushotam.rai’s picture

Status: Active » Needs review
ajits’s picture

Status: Needs review » Reviewed & tested by the community
jgalletta’s picture

Hello,

Could you specify exactly how "the module doesn't integrates well with Workbench Moderation", so I can reproduce the issue and do some tests?

I don't see why we would need to call node_object_prepare() on a clone of an entity that has already been initialized at the creation of the original entity.

jgalletta’s picture

Version: 7.x-1.1 » 7.x-1.2
Status: Reviewed & tested by the community » Postponed (maintainer needs more info)
jannakha’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

Drupal 7 has reached its end of life.