Commit a1f7e557 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 07b3fcec
...@@ -6911,7 +6911,7 @@ background-repeat: no-repeat;\ ...@@ -6911,7 +6911,7 @@ background-repeat: no-repeat;\
var oField = arrFields[nIndex]; var oField = arrFields[nIndex];
oField.SetValue(arrData[nIndex] ? arrData[nIndex] : ""); oField.SetValue(arrData[nIndex] ? arrData[nIndex] : "");
} }
oLogicDocument.Recalculate(); oLogicDocument.Recalculate_FromStart();
}; };
// input // input
...@@ -7422,10 +7422,12 @@ background-repeat: no-repeat;\ ...@@ -7422,10 +7422,12 @@ background-repeat: no-repeat;\
{ {
this.asc_CloseFile(); this.asc_CloseFile();
this.OpenDocument2(this.DocumentUrl, binaryFile); this.OpenDocument2(this.DocumentUrl, binaryFile);
if (fields)
this.asc_SetBlockChainData(fields);
}; };
window["asc_docs_api"].prototype["pluginMethod_GetFields"] = function() window["asc_docs_api"].prototype["pluginMethod_GetFields"] = function()
{ {
return { url : "onlyoffice.com" }; return this.asc_GetBlockChainData();
}; };
/********************************************************************/ /********************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment