stable

Clone or download

Read-only

Be able to sort the ID column

Part of story #24197 search for Documents with criteria Here a minimal payload example: { "sort": [ { "name": "id", "order": "asc" } ], "offset": 0, "limit": 50 } Change-Id: I5c0cdd530dc20b89b56ee991b76d4685294f9337

Modified Files

Name
M plugins/docman/include/Docman_ReportColumnFactory.class.php +8 −1 Go to diff View file
M plugins/docman/include/REST/v1/SearchResource.php +1 −1 Go to diff View file
M plugins/docman/include/Search/AlwaysThereColumnRetriever.php +2 −2 Go to diff View file
A plugins/docman/include/Search/IdColumnReport.php +37 −0 Go to diff View file
M plugins/docman/include/Search/SearchColumnSortChecker.php +0 −1 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Folders/SearchReportBuilderTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Search/SearchColumnSortCheckerTest.php +0 −16 Go to diff View file