stable
Clone or download
Read-only
This is part of story #23469: export reports with linked artifact in xlsx format If level 2 tracker is selected, then the level 2 tracker name ans the fields labels in the headers are now displayed. Level 2 tracker name does not deal with merges for now. Change-Id: I52795fd2d251dc17bbe4d7070c184c508f75d212
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts | +9 | −5 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts | +4 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/headers-formator.test.ts | +34 | −20 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/headers-formator.ts | +10 | −15 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.test.ts | +15 | −4 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.ts | +37 | −6 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/report-fields-labels-extractor.test.ts | +126 | −0 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/report-fields-labels-extractor.ts | +50 | −0 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/tracker-names-formattor.test.ts | +142 | −0 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/tracker-names-formattor.ts | +44 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/download-xlsx.ts | +19 | −7 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts | +15 | −2 | Go to diff View file |