|
@@ -716,6 +716,8 @@ MWF.xApplication.process.Xform.DatagridPC = new Class(
|
|
|
this._createNewEditTd(newTr, idx, editorTds[idx].get("id"), text, titleThs.length-1);
|
|
this._createNewEditTd(newTr, idx, editorTds[idx].get("id"), text, titleThs.length-1);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ }else{
|
|
|
|
|
+ if (!cell) this._createNewEditTd(newTr, idx, id, "", titleThs.length-1);
|
|
|
}
|
|
}
|
|
|
}else{
|
|
}else{
|
|
|
if (!cell) this._createNewEditTd(newTr, idx, id, "", titleThs.length-1);
|
|
if (!cell) this._createNewEditTd(newTr, idx, id, "", titleThs.length-1);
|
|
@@ -1864,7 +1866,7 @@ MWF.xApplication.process.Xform.DatagridPC = new Class(
|
|
|
text = module.node.get("text");
|
|
text = module.node.get("text");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- array.push(text);
|
|
|
|
|
|
|
+ array.push(text || "");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|