stable

Clone or download

Read-only

fix: cannot dl of files other than supported by OO

For a file cannot be open by ONLYOFFICE, we should be able to download it. This is broken since git #tuleap/stable/f4bd5a74e0435eed8180beaa9ddd6210d845f93b because we only use the open_href property (but is empty for those files). Note:Β The property open_href is now null by default instead of empty string. Part of story #27555: display Office documents stored in the Document plugin Change-Id: Ibfd87ec095252dd98aeb8cb639cf9b0a259193ee

Modified Files

Name
M plugins/docman/include/REST/v1/Files/FilePropertiesRepresentation.php +8 βˆ’33 Go to diff View file
M plugins/docman/include/REST/v1/OpenItemHref.php +3 βˆ’3 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellTitle.test.ts +31 βˆ’0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellTitle.vue +1 βˆ’1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.test.ts +49 βˆ’1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue +7 βˆ’2 Go to diff View file
M plugins/document/scripts/document/components/QuickLook/QuickLookFile.vue +2 βˆ’2 Go to diff View file
M plugins/document/scripts/document/type.ts +1 βˆ’1 Go to diff View file