diff --git a/workflow/engine/templates/reportTables/edit.js b/workflow/engine/templates/reportTables/edit.js index 900fa816e..0b519946a 100644 --- a/workflow/engine/templates/reportTables/edit.js +++ b/workflow/engine/templates/reportTables/edit.js @@ -605,7 +605,7 @@ Ext.onReady(function(){ listeners:{ select: function(){ - comboDbConnections.getStore().reload({params:{PRO_UID : Ext.getCmp('PROCESS').getValue()}}); + comboDbConnections.getStore().reload({params:{PRO_UID : Ext.getCmp('PROCESS').getValue()}}); if (Ext.getCmp('REP_TAB_TYPE').getValue() == 'GRID') { gridsListStore.reload({params:{PRO_UID : Ext.getCmp('PROCESS').getValue()}}); } else { @@ -699,8 +699,8 @@ Ext.onReady(function(){ }, { text:'Cancel', handler: function() { - history.back(); - } + history.back(); + } }] }); @@ -737,6 +737,10 @@ Ext.onReady(function(){ }); + + + + ////////////////////////////////////////////////////////////////////////////////////////// function createReportTable() @@ -1165,7 +1169,7 @@ function loadTableRowsFromArray(records) field_size : records[i].FLD_SIZE, field_key : records[i].FLD_KEY, field_null : records[i].FLD_NULL, - field_filter: records[i].FLD_FILTER == '1' ? true : false, + field_filter: records[i].FLD_FILTER == '1' ? true : false }); store.add(row); @@ -1179,7 +1183,7 @@ function loadAvFieldsFromArray(records) for(i=0; i