stable
Clone or download
Read-only
Part of request #29209 Sort on Created Date and Filename doesn't work How to test: - Make sure to display the `Filename` column - Go to the document search view - Click on the Filename column => The column should be sorted Change-Id: I5d3cb4190777e920fcb361b96d20bd41da5fdb35
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Docman_MetadataSqlQueryChunk.class.php | +5 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_ReportColumnFactory.class.php | +5 | −0 | Go to diff View file |
M | plugins/docman/include/Search/AlwaysThereColumnRetriever.php | +1 | −1 | Go to diff View file |
A | plugins/docman/include/Search/FilenameColumnReport.php | +37 | −0 | Go to diff View file |
A | plugins/docman/tests/unit/Docman_MetadataSqlQueryChunkTest.php | +101 | −0 | Go to diff View file |
A | plugins/docman/tests/unit/Docman_ReportColumnFactoryTest.php | +69 | −0 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Folders/SearchReportBuilderTest.php | +1 | −1 | Go to diff View file |