stable

Clone or download

Read-only

Merge commit 'refs/changes/56/28756/3' of ssh://gerrit.tuleap.net:29418/tuleap

# By Yannis ROSSETTO # Via Yannis ROSSETTO * ssh://gerrit.tuleap.net:29418/tuleap: Fix request #32296 Sort on kanban doesn't work well with filter

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +4 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/TrackerReport/FilteredItemCollectionRepresentationBuilder.php +8 −44 Go to diff View file
A plugins/tracker/include/REST/v1/Report/MatchingIdsOrderer.php +68 −0 Go to diff View file
M plugins/tracker/include/REST/v1/ReportArtifactFactory.php +49 −9 Go to diff View file
M plugins/tracker/include/REST/v1/ReportsResource.class.php +4 −1 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +4 −1 Go to diff View file
M plugins/tracker/tests/unit/REST/ReportArtifactFactoryTest.php +102 −27 Go to diff View file
A plugins/tracker/tests/unit/REST/v1/Report/MatchingIdsOrdererTest.php +157 −0 Go to diff View file