stable
Clone or download
Read-only
Automatically select the default report of a tracker in the export configuration modal
When a new tracker is selected we automatically select the default report if it exists. Part of story #23469: export reports with linked artifact in xlsx format Change-Id: I074f9aa6aaaacb8097a38982b72e1fcc4d037e5f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerReportSelector.test.ts | +76 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerReportSelector.vue | +39 | −8 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.test.ts | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/REST/ReportRepresentation.class.php | +7 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +11 | −7 | Go to diff View file |
M | plugins/tracker/scripts/lib/rest-api-types/src/reports.ts | +1 | −0 | Go to diff View file |