stable

Clone or download

Read-only

Add a project selector at the second level of the export configuration modal

This information will then be used to select the appropriate trackers. Part of story #23469: export reports with linked artifact in xlsx format Change-Id: I91c51fe55c42221a670819a9ceb0f1f08807ae02

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/po/fr_FR.po +6 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.vue +2 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ProjectSelector.test.ts +79 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ProjectSelector.vue +51 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/SecondLevelSelector.vue +36 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.test.ts +27 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.ts +9 −0 Go to diff View file