|
|
@@ -364,7 +364,8 @@ MWF.xApplication.cms.Document.Main = new Class({
|
|
|
},
|
|
|
openDocument: function(){
|
|
|
if (this.form){
|
|
|
- MWF.xDesktop.requireApp("cms.Xform", "Form", function(){
|
|
|
+ //Form
|
|
|
+ MWF.xDesktop.requireApp("cms.Xform", "$all", function(){
|
|
|
this.appForm = new MWF.CMSForm(this.formNode, this.form, {
|
|
|
"readonly": this.readonly,
|
|
|
"autoSave" : this.options.autoSave,
|