stable
Clone or download
Read-only
fix: request #37590 XLSX export crashes when renderer has no columns or rows to display
Reproduction scenario: 1. Go to a tracker report and adjust the filters so that no artifact is displayed 2. Try to do a XLSX export Change-Id: I0430abf218c8aa5a07cc4cd90b33aa4f2b54bc0c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/package.json | +1 | −0 | Go to diff View file |
M | plugins/document_generation/pnpm-lock.yaml | +3 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/autofilter-generator.test.ts | +11 | −10 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/autofilter-generator.ts | +6 | −5 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/download-xlsx.ts | +1 | −1 | Go to diff View file |