stable
Clone or download
Read-only
Part of story #12345 export results to csv How to test: - Export CSV from a cross-tracker widget with a saved and non-empty report - The tracker name is exported and enclosed in double quotes. - In your user preferences, when you change the CSV separator, then it is changed at export time Change-Id: I45854b1e744d64660e728b9dab675de3ae867d56
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/CrossTrackerArtifactRepresentationFactory.php | +14 | −7 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php | +2 | −1 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/CSV/CSVRepresentation.php | +21 | −1 | Go to diff View file |
A | plugins/crosstracker/include/CrossTracker/Report/CSV/CSVRepresentationBuilder.php | +48 | −0 | Go to diff View file |
M | plugins/crosstracker/include/crosstrackerPlugin.class.php | +2 | −1 | Go to diff View file |