From 6199acb94fca897683ff42156db8bc62b5669b78 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 4 Dec 2020 14:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E7=AE=A1=E7=90=86=E4=BF=9D?= =?UTF-8?q?=E5=AD=98ntko=E6=AD=A3=E6=96=87=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_cms_Xform/Form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/o2web/source/x_component_cms_Xform/Form.js b/o2web/source/x_component_cms_Xform/Form.js index 8749afb68b..f2429f6b9c 100644 --- a/o2web/source/x_component_cms_Xform/Form.js +++ b/o2web/source/x_component_cms_Xform/Form.js @@ -358,7 +358,7 @@ MWF.xApplication.cms.Xform.Form = MWF.CMSForm = new Class({ this.fireEvent("postSave", [documentData]); if (this.officeList) { this.officeList.each(function (module) { - module.save(history); + module.save(); }); } this.documentAction.saveDocument(documentData, function () { @@ -460,7 +460,7 @@ MWF.xApplication.cms.Xform.Form = MWF.CMSForm = new Class({ if (this.app) if (this.app.fireEvent) this.app.fireEvent("postPublish",[documentData]); if (this.officeList) { this.officeList.each(function (module) { - module.save(history); + module.save(); }); } this.documentAction.publishDocumentComplex(documentData, function (json) { -- GitLab