stable
Clone or download
Read-only
This is part of story #23469: export reports with linked artifact in xlsx format To test this feature, you will have to add an URL parameter to provide the expected level 2 report id: export_report_id_2 If this parameter is provided, then linked artifact filtered with select level 2 report are now added at the end of the generated XLSX. Neither level 2 headers nore duplication of rows are done for now. This will be added in next commits. Change-Id: Iaa0fb84d341302f1082d1e4932a4d917e60f07c5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.vue | +22 | −11 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts | +2 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts | +0 | −13 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/headers-formator.test.ts | +3 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.test.ts | +145 | −8 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.ts | +45 | −3 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/export-document.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.ts | +10 | −14 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts | +5 | −0 | Go to diff View file |