insighty / openesignforms

Automatically exported from code.google.com/p/openesignforms
0 stars 0 forks source link

Images defined in a document are not copied when a new document version is created #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add an image to an existing document version.
2. Promote the document to production.
3. Create a new test version.

What is the expected output? What do you see instead?
The new test version should have a copy of the image from the prior version. 
Instead, the fields and parties are copied over, but the images are not.

Original issue reported on code.google.com by yoz...@gmail.com on 19 May 2011 at 8:51

GoogleCodeExporter commented 8 years ago
Fixed in 0.9.8.

Images were simply not included in the 'createLike' process, so now it should 
create new images for the new version based on the existing version.

Original comment by yoz...@gmail.com on 19 May 2011 at 10:02