diff --git a/workflow/engine/controllers/pmTablesProxy.php b/workflow/engine/controllers/pmTablesProxy.php index fe7b8687d..2f8350207 100755 --- a/workflow/engine/controllers/pmTablesProxy.php +++ b/workflow/engine/controllers/pmTablesProxy.php @@ -6,6 +6,7 @@ * @inherits HttpProxyController * @access public */ +header("Content-type: text/html;charset=utf-8"); require_once 'classes/model/AdditionalTables.php'; class pmTablesProxy extends HttpProxyController diff --git a/workflow/engine/templates/pmTables/edit.js b/workflow/engine/templates/pmTables/edit.js index f48b44eee..9c8fc1620 100644 --- a/workflow/engine/templates/pmTables/edit.js +++ b/workflow/engine/templates/pmTables/edit.js @@ -912,7 +912,6 @@ function createReportTable() try { result = Ext.util.JSON.decode(resp.responseText); Ext.MessageBox.hide(); - if (result.success) { proParam = PRO_UID !== false ? '?PRO_UID='+PRO_UID : ''; location.href = '../pmTables' + proParam; //history.back();