Defect #674
Images lost when are in objects
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/27/2013
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
In the context object I add some objects with images, something like this:
vContext = {} vContext.objects = {} for(i = 1; i < size; i++){ vContext.objects[data[i].name] = {} vContext.objects[data[i].name].name = data[i].name vContext.objects[data[i].name].image = data[i].image }
Then when I get the PDF it seems that images are lost. Like the object hadn“t "image" property.
I attach the sample solution and report with some modifications to test it (the modifications in the report are after Products).
It works ok in the 3.0 version.
Files