loleaflet/src/control/Control.Menubar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6e8fc1544b95f81dacbf88b74947db3d56907f74 Author: Pranam Lashkari <[email protected]> AuthorDate: Fri Jul 3 17:24:11 2020 +0530 Commit: Andras Timar <[email protected]> CommitDate: Sun Jul 5 10:41:55 2020 +0200 leaflet: allow download as odg in readonly mode(view mdoe) Change-Id: I5bb1f9288280ffc18beaa893402752291c7d8507 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97801 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index 283318f2e..63278bf62 100644 --- a/loleaflet/src/control/Control.Menubar.js +++ b/loleaflet/src/control/Control.Menubar.js @@ -724,7 +724,7 @@ L.Control.Menubar = L.Control.extend({ allowedViewModeActions: [ 'shareas', 'print', // file menu 'downloadas-pdf', 'downloadas-odt', 'downloadas-doc', 'downloadas-docx', 'downloadas-rtf', 'downloadas-epub', // file menu - 'downloadas-odp', 'downloadas-ppt', 'downloadas-pptx', 'print', // file menu + 'downloadas-odp', 'downloadas-ppt', 'downloadas-pptx', 'downloadas-odg', 'print', // file menu 'downloadas-ods', 'downloadas-xls', 'downloadas-xlsx', 'closedocument', // file menu 'fullscreen', 'zoomin', 'zoomout', 'zoomreset', 'showresolved', // view menu 'about', 'keyboard-shortcuts', 'latest-updates', 'online-help', 'report-an-issue' // help menu _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
