stable

Clone or download

Read-only

feat: Display status column in search results

As soon as the status property is used, the corresponding column is displayed in search results. Part of story #24197: search for Documents with criteria Change-Id: If35daa12d052d858c5d0ffd83cbf8fd4b52dd7e1

Modified Files

Name
M plugins/docman/include/REST/v1/Folders/BuildSearchedItemRepresentationsFromSearchReport.php +8 −1 Go to diff View file
M plugins/docman/include/REST/v1/Folders/SearchRepresentation.php +8 −3 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/ItemStatusMapper.php +0 −1 Go to diff View file
M plugins/document/include/Tree/DocumentTreeController.php +4 −3 Go to diff View file
M plugins/document/include/Tree/Search/ListOfSearchColumnDefinitionPresenterBuilder.php +12 −2 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellDescription.test.ts +1 −0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellId.test.ts +1 −0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellLocation.test.ts +1 −0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellOwner.test.ts +1 −0 Go to diff View file
A plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellStatus.test.ts +48 −0 Go to diff View file
A plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellStatus.vue +55 −0 Go to diff View file
A plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellString.test.ts +33 −0 Go to diff View file
A plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellString.vue +33 −0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellTitle.test.ts +3 −0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/TableBodyResultRow.test.ts +2 −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 +1 −0 Go to diff View file