Copying a content node does not copy an uploaded images
I have a document type which contains an upload property to upload an image file.
When I create a new node in the content section, upload an image, publish this node and then copy this node, the image isn't copied. It references the same image as the original node.
This means that when I remove the images in the copied node, the image is also removed in the original node.
Would be great if you'd also list what version of umbraco you're using. Anyway, should log this on Codeplex (or check first if it has been logged before and vote if it has).
Copying a content node does not copy an uploaded images
I have a document type which contains an upload property to upload an image file.
When I create a new node in the content section, upload an image, publish this node and then copy this node, the image isn't copied. It references the same image as the original node.
This means that when I remove the images in the copied node, the image is also removed in the original node.
Is this something that development is aware of?
Mike,
Would be great if you'd also list what version of umbraco you're using. Anyway, should log this on Codeplex (or check first if it has been logged before and vote if it has).
Cheers,
/Dirk
Hi Mike,
As a workaround, there is a package that fixes this using an event handler, see Fixed Cloned Upload Fields bug
And a workitem on codeplex, vote it up: http://umbraco.codeplex.com/workitem/27419
Thanks,
Tom
Thanks! Will put up a vote right away.
is working on a reply...