I have a content type with an image field (Drupal 7 core).
The images are shown using a "image style" on the node.

When I clone a node with an image in it, the following happens:
Original node: The Image and all image styles are deleted
New cloned node: Image is saved and image styles are generated normally

Has someone an idea, why the image is deleted on my original node? Is there a setting somewhere that keeps the image in the original node?

Comments

swms created an issue.

swms’s picture

This patch solves the problem:
https://www.drupal.org/project/node_clone/issues/3212154#comment-14339010

(But only the image is copied, ALT/Title fields of the image not)

philsward’s picture

The patch unfortunately doesn't seem to work in this situation.