stable
Clone or download
Read-only
Only the artifacit link types used in the tracker can be selected. Since this is not yet used in the export the easiest way to make sure the selector work as expected is to use the Vue dev tools to observe the values inside the components. Part of story #23469: export reports with linked artifact in xlsx format Change-Id: Ifbf60c23cf0e811633e617d9bb2ff8a46b66fbe9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/include/CrossReport/CrossReportExportProperties.php | +4 | −0 | Go to diff View file |
M | plugins/document_generation/include/CrossReport/CrossReportExportPropertiesFetcher.php | +6 | −2 | Go to diff View file |
M | plugins/document_generation/include/document_generationPlugin.php | +4 | −1 | Go to diff View file |
M | plugins/document_generation/package.json | +1 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/FirstLevelSelector.vue | +34 | −5 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.vue | +5 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts | +6 | −0 | Go to diff View file |
M | plugins/document_generation/tests/unit/CrossReport/CrossReportExportPropertiesFetcherTest.php | +11 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/RetrieveUsedArtifactLinkTypesInTracker.php | +29 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/TypeDao.php | +17 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/TypePresenterFactory.php | +17 | −1 | Go to diff View file |