🐛Fixed document identifier for OnlyOffice in view mode
This commit is contained in:
committed by
Eric Doughty-Papassideris
parent
0914db9789
commit
a692eabf3b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user