Skip to content

Commit

Permalink
[all] Remove "translate" from downloadAs request temporary; fix bug 6…
Browse files Browse the repository at this point in the history
…2950
  • Loading branch information
konovalovsergey authored and K0R0L committed Jun 8, 2023
1 parent e5a7064 commit 4bd61cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/apiBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -2131,7 +2131,8 @@
//todo convert from asc_CAdjustPrint
jsonparams["spreadsheetLayout"] = {"ignorePrintArea": true, "scale": 100};
jsonparams["locale"] = this.asc_getLocale();
jsonparams["translate"] = AscCommon.translateManager.mapTranslate;
//todo move cmd from header to body and uncomment
// jsonparams["translate"] = AscCommon.translateManager.mapTranslate;
jsonparams["documentLayout"] = { "openedAt" : this.openedAt};
oAdditionalData["jsonparams"] = JSON.stringify(jsonparams);
}
Expand Down

0 comments on commit 4bd61cd

Please sign in to comment.