Merged in mcuiza/processmaker/PM-2338,PM-2339 (pull request #1953)

PM-2338,PM-2339 - PmTables issues
This commit is contained in:
Julio Cesar Laura Avendaño
2015-04-20 22:26:41 -04:00
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -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();