stable
Clone or download
Read-only
Part of story #39685 Order artifact according to a field string and text fields are now handled for ORDER BY *Testing:* Have multiple artifacts from a tracker with a string field and another tracker with a text field (same name for both). You should be able to sort these artifacts with this field Change-Id: I0230387895579e353433b0601d8c87c828f599e2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php | +2 | −0 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/OrderByBuilder/Field/FieldFromOrderBuilder.php | +3 | −1 | Go to diff View file |
A | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/OrderByBuilder/Field/Text/TextFromOrderBuilder.php | +53 | −0 | Go to diff View file |
M | plugins/crosstracker/include/crosstrackerPlugin.php | +2 | −0 | Go to diff View file |
A | plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/OrderBy/TextOrderByBuilderTest.php | +142 | −0 | Go to diff View file |
M | plugins/crosstracker/tests/integration/CrossTracker/Tests/Report/ArtifactReportFactoryInstantiator.php | +2 | −0 | Go to diff View file |