提交 5a5bddbd 编写于 作者: U unknown

[内容管理]修复附件容器可能不会创建

上级 89a94ed0
......@@ -73,6 +73,11 @@ MWF.xApplication.cms.Xform.AttachmentController = new Class({
MWF.xApplication.cms.Xform.Attachment = MWF.CMSAttachment = new Class({
Extends: MWF.APPAttachment,
_loadUserInterface: function () {
this.node.empty();
this.loadAttachmentController();
this.fireEvent("load");
},
loadAttachmentController: function () {
//MWF.require("MWF.widget.AttachmentController", function() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册