stable

Clone or download

Read-only

feat: Fine tune the File items icon

A File item should always have the same icon, while browsing or while searching (PDF icon for a PDF document, image icon for a PNG file, …). This is a follow-up of 8532370fbef8d24e424d553c831e684995561e59. Note: You have to activate the feature beforehand: tuleap config-set feature_flag_search_for_documents_with_criteria 1 Part of story #24197: search for Documents with criteria Change-Id: I6e2381244f52f4655a060ddd3bf16ed87ce3bdbf

Modified Files

Name
M plugins/docman/include/REST/v1/Folders/BuildSearchedItemRepresentationsFromSearchReport.php +5 −3 Go to diff View file
M plugins/docman/include/REST/v1/Folders/SearchRepresentation.php +11 −1 Go to diff View file
A plugins/docman/include/REST/v1/Search/FilePropertiesVisitor.php +94 −0 Go to diff View file
M plugins/docman/include/REST/v1/SearchResource.php +5 −1 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Folders/BuildSearchedItemRepresentationsFromSearchReportTest.php +17 −1 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/TableBodyResultRow.test.ts +1 −0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/TableBodyResultRow.vue +6 −0 Go to diff View file
M plugins/document/scripts/document/type.ts +1 −0 Go to diff View file