Actions
Bug #3936
closedReport Viewer - handle Image items
Start date:
04/03/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3936
Description
When images (currently file paths) are passed between actors, I believe provenance captures the file contents and stores it. When looking up that token value from provenance, we should be able to generate the image and add it to the report.
Updated by ben leinfelder over 15 years ago
now handling file paths (strings) that are returned from provenance.
this is less than perfect since it relies on the filesystem still having the image file on disk when the report is rendered. i believe provenance was extended to save BLOBs for the files if a valid path was the token value.
BUT...it does work right now!
Updated by ben leinfelder over 15 years ago
we are able to serialize to the XML file - even better!
Actions