diff --git a/o2web/source/x_component_cms_Xform/Attachment.js b/o2web/source/x_component_cms_Xform/Attachment.js index 8bae7c4f3210b97b14e3f73ee2355fb6973dddbf..453f715ac2e1411048be2280b5d7ee8d20940a91 100644 --- a/o2web/source/x_component_cms_Xform/Attachment.js +++ b/o2web/source/x_component_cms_Xform/Attachment.js @@ -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() {