iris-web icon indicating copy to clipboard operation
iris-web copied to clipboard

[BUG] images in timeline does not get exported into report

Open hasamba opened this issue 1 year ago • 1 comments

tried the following options:

![`image`](/datastore/file/view/13?cid=9 =60%x40%) - show image in timeline but not in report
[/datastore/file/view/13?cid=9 =60%x40%](URL) - show image in timeline but not in report
![image](https://xx.xx.xx.xx/datastore/file/view/17?cid=10) - does not show image in timeline and not in report

{{ event.event_content }} works, report is generated but without the images. {{ event.event_content|markdown }} tag gives an error: {"status": "error", "message": "Failed to generate the report", "data": "'InlineCode' object has no attribute 'content' (wgebzrnnovgeslsfst.docx)"}

am i doing something wrong?

hasamba avatar Apr 11 '24 12:04 hasamba

Hi!

Unfortunately the images in the report aren't 100% supported. We recommend to add them manually afterward for the moment 👍

whikernel avatar Apr 24 '24 15:04 whikernel