Merged in mcuiza/processmaker/PM-2338,PM-2339 (pull request #1953)
PM-2338,PM-2339 - PmTables issues
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user