|
|
@@ -106,9 +106,9 @@ MWF.xApplication.process.Xform.SubSource = MWF.APPSubSource = new Class({
|
|
|
if (this.source.data){
|
|
|
this._getSourceData(this.source.data);
|
|
|
this.fireEvent("postLoadData");
|
|
|
+ if (typeOf(this.data)!=="array") this.data = [this.data];
|
|
|
if (typeOf(this.data)=="array"){
|
|
|
this._loopData();
|
|
|
-
|
|
|
this.fireEvent("loadData");
|
|
|
}else{
|
|
|
this.form._loadModules(this.node);
|