stable
Clone or download
Read-only
This is part of story #23469: export reports with linked artifact in xlsx format No functional change expected here. Given that representation are now stored by level, having field_labels is a duplicated information that is no more needed. Change-Id: I6e780c8be3da205ed6fbf6f23a6080913de571e0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts | +9 | −8 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts | +10 | −8 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/headers-formator.test.ts | +17 | −13 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/headers-formator.ts | +9 | −18 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.test.ts | +0 | −3 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.ts | +0 | −5 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/reports-fields-labels-formator.test.ts | +145 | −0 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/reports-fields-labels-formator.ts | +50 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/tracker-names-formattor.test.ts | +0 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/tracker-names-formattor.ts | +3 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/download-xlsx.ts | +29 | −21 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts | +0 | −1 | Go to diff View file |