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:
@ -2246,7 +2246,7 @@ define([
|
|||||||
docInfo.put_Format(this.document.fileType);
|
docInfo.put_Format(this.document.fileType);
|
||||||
docInfo.put_Lang(this.editorConfig.lang);
|
docInfo.put_Lang(this.editorConfig.lang);
|
||||||
docInfo.put_Mode(this.editorConfig.mode);
|
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_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_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);
|
docInfo.put_EncryptedInfo(data.editorConfig && data.editorConfig.encryptionKeys ? data.editorConfig.encryptionKeys : this.editorConfig.encryptionKeys);
|
||||||
|
|||||||
@ -3440,7 +3440,7 @@ define([
|
|||||||
docInfo.put_Format(this.document.fileType);
|
docInfo.put_Format(this.document.fileType);
|
||||||
docInfo.put_Lang(this.editorConfig.lang);
|
docInfo.put_Lang(this.editorConfig.lang);
|
||||||
docInfo.put_Mode(this.editorConfig.mode);
|
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_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_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);
|
docInfo.put_EncryptedInfo(data.editorConfig && data.editorConfig.encryptionKeys ? data.editorConfig.encryptionKeys : this.editorConfig.encryptionKeys);
|
||||||
|
|||||||
@ -1639,7 +1639,7 @@ class MainController extends Component {
|
|||||||
docInfo.put_Format(this.document.fileType);
|
docInfo.put_Format(this.document.fileType);
|
||||||
docInfo.put_Lang(this.editorConfig.lang);
|
docInfo.put_Lang(this.editorConfig.lang);
|
||||||
docInfo.put_Mode(this.editorConfig.mode);
|
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_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_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);
|
docInfo.put_EncryptedInfo(data.editorConfig && data.editorConfig.encryptionKeys ? data.editorConfig.encryptionKeys : this.editorConfig.encryptionKeys);
|
||||||
|
|||||||
@ -3070,7 +3070,7 @@ define([
|
|||||||
docInfo.put_Format(this.document.fileType);
|
docInfo.put_Format(this.document.fileType);
|
||||||
docInfo.put_Lang(this.editorConfig.lang);
|
docInfo.put_Lang(this.editorConfig.lang);
|
||||||
docInfo.put_Mode(this.editorConfig.mode);
|
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_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_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);
|
docInfo.put_EncryptedInfo(data.editorConfig && data.editorConfig.encryptionKeys ? data.editorConfig.encryptionKeys : this.editorConfig.encryptionKeys);
|
||||||
|
|||||||
@ -1182,7 +1182,7 @@ class MainController extends Component {
|
|||||||
docInfo.put_Format(this.document.fileType);
|
docInfo.put_Format(this.document.fileType);
|
||||||
docInfo.put_Lang(this.editorConfig.lang);
|
docInfo.put_Lang(this.editorConfig.lang);
|
||||||
docInfo.put_Mode(this.editorConfig.mode);
|
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_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_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);
|
docInfo.put_EncryptedInfo(data.editorConfig && data.editorConfig.encryptionKeys ? data.editorConfig.encryptionKeys : this.editorConfig.encryptionKeys);
|
||||||
|
|||||||
@ -3793,7 +3793,7 @@ define([
|
|||||||
docInfo.put_Format(this.appOptions.spreadsheet.fileType);
|
docInfo.put_Format(this.appOptions.spreadsheet.fileType);
|
||||||
docInfo.put_Lang(this.editorConfig.lang);
|
docInfo.put_Lang(this.editorConfig.lang);
|
||||||
docInfo.put_Mode(this.editorConfig.mode);
|
docInfo.put_Mode(this.editorConfig.mode);
|
||||||
docInfo.put_Permissions(this.permissions);
|
docInfo.put_Permissions(this.appOptions.spreadsheet.permissions);
|
||||||
docInfo.put_DirectUrl(data.document && data.document.directUrl ? data.document.directUrl : this.appOptions.spreadsheet.directUrl);
|
docInfo.put_DirectUrl(data.document && data.document.directUrl ? data.document.directUrl : this.appOptions.spreadsheet.directUrl);
|
||||||
docInfo.put_VKey(data.document && data.document.vkey ? data.document.vkey : this.appOptions.spreadsheet.vkey);
|
docInfo.put_VKey(data.document && data.document.vkey ? data.document.vkey : this.appOptions.spreadsheet.vkey);
|
||||||
docInfo.put_EncryptedInfo(data.editorConfig && data.editorConfig.encryptionKeys ? data.editorConfig.encryptionKeys : this.editorConfig.encryptionKeys);
|
docInfo.put_EncryptedInfo(data.editorConfig && data.editorConfig.encryptionKeys ? data.editorConfig.encryptionKeys : this.editorConfig.encryptionKeys);
|
||||||
|
|||||||
@ -1351,7 +1351,7 @@ class MainController extends Component {
|
|||||||
docInfo.put_Format(this.document.fileType);
|
docInfo.put_Format(this.document.fileType);
|
||||||
docInfo.put_Lang(this.editorConfig.lang);
|
docInfo.put_Lang(this.editorConfig.lang);
|
||||||
docInfo.put_Mode(this.editorConfig.mode);
|
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_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_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);
|
docInfo.put_EncryptedInfo(data.editorConfig && data.editorConfig.encryptionKeys ? data.editorConfig.encryptionKeys : this.editorConfig.encryptionKeys);
|
||||||
|
|||||||
@ -2055,7 +2055,7 @@ define([
|
|||||||
docInfo.put_Format(this.document.fileType);
|
docInfo.put_Format(this.document.fileType);
|
||||||
docInfo.put_Lang(this.editorConfig.lang);
|
docInfo.put_Lang(this.editorConfig.lang);
|
||||||
docInfo.put_Mode(this.editorConfig.mode);
|
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_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_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);
|
docInfo.put_EncryptedInfo(data.editorConfig && data.editorConfig.encryptionKeys ? data.editorConfig.encryptionKeys : this.editorConfig.encryptionKeys);
|
||||||
|
|||||||
@ -816,7 +816,7 @@ class MainController extends Component {
|
|||||||
docInfo.put_Format(this.document.fileType);
|
docInfo.put_Format(this.document.fileType);
|
||||||
docInfo.put_Lang(this.editorConfig.lang);
|
docInfo.put_Lang(this.editorConfig.lang);
|
||||||
docInfo.put_Mode(this.editorConfig.mode);
|
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_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_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);
|
docInfo.put_EncryptedInfo(data.editorConfig && data.editorConfig.encryptionKeys ? data.editorConfig.encryptionKeys : this.editorConfig.encryptionKeys);
|
||||||
|
|||||||
Reference in New Issue
Block a user