stable
Clone or download
Read-only
As stated in story #24197, it should be possible to have filename as results column. If result is a File document, then its filename is displayed in the cell, else nothing is displayed. Closes request #27526: Filename is not available in document search columns Change-Id: I7cd873283c789b2698053fc7e7e86a4a555b57cc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/REST/v1/Files/FilePropertiesRepresentation.php | +9 | −2 | Go to diff View file |
M | plugins/docman/include/REST/v1/Search/SearchColumnCollectionBuilder.php | +1 | −0 | Go to diff View file |
M | plugins/docman/tests/unit/REST/v1/Search/SearchColumnCollectionBuilderTest.php | +1 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellFilename.test.ts | +63 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellFilename.vue | +43 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/TableBodyResultRow.vue | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/type.ts | +2 | −1 | Go to diff View file |
M | plugins/document/tests/unit/Config/Project/SearchColumnFilterTest.php | +5 | −0 | Go to diff View file |
M | plugins/document/tests/unit/Tree/Search/ListOfSearchColumnDefinitionPresenterBuilderTest.php | +1 | −0 | Go to diff View file |