This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-9303607a-f70d-4d92-8a1e-fd4eadee79f8 XWIKI-24796 Open

Live Data fails to render in PDF export on 17.10.x

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-0f818f0f-bff8-4c29-b920-29635d7bef4c Sebastian Klipper created this issue on 03/Sep/26 13:20
 
Summary: Live Data fails to render in PDF export on 17.10.x
Issue Type: cid:jira-generated-image-avatar-9303607a-f70d-4d92-8a1e-fd4eadee79f8 Bug
Affects Versions: 17.10.12, 17.10.2
Assignee: Unassigned
Components: Export - PDF, Live Data
Created: 03/Sep/26 13:20
Priority: cid:jira-generated-image-static-major-ae51f37b-e447-4257-869b-5cd1ebb40542 Major
Reporter: Sebastian Klipper
Description:

Live Data does not render in PDF export on XWiki 17.10.x when using the Browser PDF Generator.

Reproduced on 17.10.2 and 17.10.12. Normal page view and ?xpage=print work correctly.

The generated html-print page is missing the Live Data import map provided through org.xwiki.platform.html.head, causing:

Failed to resolve module specifier "vue".

XWIKI-23456 appears to address the underlying issue, but the change is not present in stable-17.10.x.

Could the relevant change be backported to the 17.10.x LTS branch?

Workaround

Adding the following to XWiki.PDFExport.Sheet before $!pdfExportJobStatus.requiredSkinExtensions fixes the issue:
 
#template('liveData/importmap.vm')