Project

General

Profile

Defect #674

Images lost when are in objects

Added by Victor Rojo Carballo about 11 years ago. Updated about 11 years ago.

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

VelocityReport.servoy (25.5 KB) VelocityReport.servoy Victor Rojo Carballo, 03/27/2013 02:15 PM
testTemplate.html (2.62 KB) testTemplate.html Victor Rojo Carballo, 03/27/2013 02:15 PM

History

#1

Updated by Patrick Talbot about 11 years ago

  • Status changed from New to Resolved

Fixed in 3.1b07

Also available in: Atom PDF