Details
-
Bug
-
Resolution: Fixed
-
Major
-
14.3
-
None
-
Unknown
-
N/A
-
N/A
-
Description
The live data saves its state (filters, sort, paging, etc.) in the URL query string. The PDF export passes the query string when generating the PDF but it uses the value from when the page was loaded. The live data component changes the query string after the page is loaded. As a result the export includes the initial state of the live data (when the page was loaded).
Follow these steps to reproduce:
- go to XWiki.LoggingAdmin
- change the number of results shown per page
- do some filtering
- export as PDF
The generated PDF doesn't include the current state of the live data.