stable

Clone or download

Read-only

Users can choose the report to export at the first level

The report selector is no more disabled and can be used to select the report. Part of story #23469: export reports with linked artifact in xlsx format Change-Id: Ibb95aa5b9c35c0dc3d36dfc11a9a418edf35c647

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/po/fr_FR.po +12 −2 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/FirstLevelSelector.vue +24 −4 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.test.ts +7 −5 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.vue +11 −8 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerReportSelector.test.ts +82 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerReportSelector.vue +79 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/global-options-for-test.ts +27 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts +7 −0 Go to diff View file