Merged in luisfernandosl/processmaker/BUG-15987 (pull request #875)
BUG 15987 "No se muestran los datos..." SOLVED
This commit is contained in:
@@ -180,7 +180,9 @@ Ext.onReady(function(){
|
|||||||
dataIndex : tableDef.FIELDS[i].FLD_NAME,
|
dataIndex : tableDef.FIELDS[i].FLD_NAME,
|
||||||
width : 95,
|
width : 95,
|
||||||
align : 'center',
|
align : 'center',
|
||||||
renderer : columnRenderer
|
renderer : function (columnRenderer) {
|
||||||
|
return Ext.util.Format.htmlEncode(columnRenderer);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
if (tableDef.FIELDS[i].FLD_AUTO_INCREMENT != 1) {
|
if (tableDef.FIELDS[i].FLD_AUTO_INCREMENT != 1) {
|
||||||
column.editor = columnEditor
|
column.editor = columnEditor
|
||||||
|
|||||||
Reference in New Issue
Block a user