stable
Clone or download
Read-only
Retrieve information about the currently used artifact link types directly from the REST API
This avoid passing information into the DOM that might never be used and using the REST API will be needed anyway for the other levels. Part of story #23469: export reports with linked artifact in xlsx format Change-Id: Id7d1acf241d30cf3de46ad7225c36c5151ab39c5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/include/CrossReport/CrossReportExportProperties.php | +0 | −5 | Go to diff View file |
M | plugins/document_generation/include/CrossReport/CrossReportExportPropertiesFetcher.php | +0 | −8 | Go to diff View file |
M | plugins/document_generation/include/document_generationPlugin.php | +1 | −3 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ArtifactLinkTypesSelector.test.ts | +55 | −0 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ArtifactLinkTypesSelector.vue | +76 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/FirstLevelSelector.vue | +6 | −20 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.vue | +1 | −7 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.test.ts | +35 | −4 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.ts | +7 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts | +0 | −6 | Go to diff View file |
M | plugins/document_generation/tests/unit/CrossReport/CrossReportExportPropertiesFetcherTest.php | +1 | −10 | Go to diff View file |
M | plugins/tracker/scripts/lib/rest-api-types/src/trackers.ts | +5 | −0 | Go to diff View file |