stable
Clone or download
Read-only
Fix request #31572 Tracker report XLSX export does not export some fields
When exporting a tracker report as an XLSX document with all matching columns, then the values for Submitted by and Last update by are not exported, columns are always empty. How to test ----------- * Go to a tracker report with a table renderer * In this table add Submitted by and/or Last update by field as column * Export this table as an XLSX document => The values for both fields must be set in the document Change-Id: I0edb6030b3ef072f7e45ec04fa652902b0e351cd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/transform-field-value-into-formatted-cell.test.ts | +31 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/transform-field-value-into-formatted-cell.ts | +8 | −0 | Go to diff View file |