mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix Bug 77211
This commit is contained in:
@ -1639,7 +1639,7 @@ class MainController extends Component {
|
||||
docInfo.put_Format(this.document.fileType);
|
||||
docInfo.put_Lang(this.editorConfig.lang);
|
||||
docInfo.put_Mode(this.editorConfig.mode);
|
||||
docInfo.put_Permissions(this.permissions);
|
||||
docInfo.put_Permissions(this.document.permissions);
|
||||
docInfo.put_DirectUrl(data.document && data.document.directUrl ? data.document.directUrl : this.document.directUrl);
|
||||
docInfo.put_VKey(data.document && data.document.vkey ? data.document.vkey : this.document.vkey);
|
||||
docInfo.put_EncryptedInfo(data.editorConfig && data.editorConfig.encryptionKeys ? data.editorConfig.encryptionKeys : this.editorConfig.encryptionKeys);
|
||||
|
||||
Reference in New Issue
Block a user