stable

Clone or download

Read-only

feat: Open in OO from QuickLook

If file can be open in OO, QuickLook has an Open button and "Create new version" is moved in the dropdown. Else no change. Part of story #27555: display Office documents stored in the Document plugin Change-Id: Ifb258c46e0cf89c82caa3a3cc6fa98c73e4730b8

Modified Files

Name
M plugins/docman/include/REST/v1/ItemRepresentationVisitor.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/OpenItemHref.php +3 −2 Go to diff View file
M plugins/docman/include/REST/v1/Search/FilePropertiesVisitor.php +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DownloadFile.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.vue +32 −2 Go to diff View file
A plugins/document/scripts/document/components/QuickLook/DownloadButton.test.ts +67 −0 Go to diff View file
A plugins/document/scripts/document/components/QuickLook/DownloadButton.vue +34 −0 Go to diff View file
M plugins/document/scripts/document/components/QuickLook/QuickLookFile.test.ts +37 −3 Go to diff View file
M plugins/document/scripts/document/components/QuickLook/QuickLookFile.vue +21 −16 Go to diff View file
M plugins/document/scripts/document/components/QuickLook/__snapshots__/QuickLookFile.test.ts.snap +4 −14 Go to diff View file
M plugins/document/scripts/document/po/fr_FR.po +3 −0 Go to diff View file
M plugins/document/scripts/document/po/pt_BR.po +3 −0 Go to diff View file