提交 9277fc7a 编写于 作者: U unknown

内容管理保存ntko正文的时候出错

上级 30a42cc4
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册