🐛Fixed document identifier for OnlyOffice in view mode

This commit is contained in:
Anton SHEPILOV
2024-08-25 22:26:28 +02:00
committed by Eric Doughty-Papassideris
parent 0914db9789
commit a692eabf3b
3 changed files with 5 additions and 15 deletions
@@ -26,7 +26,7 @@
title: "<%= it.filename %>",
url: `${window.baseURL}read?file_id=<%= it.file_id %>&company_id=<%= it.company_id %>&token=<%= it.token %>`,
fileType: "<%= it.file_type %>",
key: "<%= it.file_version_id %>",
key: "<%= it.docId %>",
token: "<%= it.file_id %>",
permissions: {
download: true,