Merged in luisfernandosl/processmaker/HOR-264-B-31 (pull request #4493)

HOR-264-B
This commit is contained in:
Julio Cesar Laura Avendaño
2016-07-01 09:37:36 -04:00
3 changed files with 91 additions and 2 deletions

View File

@@ -101,6 +101,10 @@ class pmTables extends Controller
}
}
if (preg_match("/^PMT_(.*)$/", $table['ADD_TAB_NAME'], $match)) {
$table['ADD_TAB_NAME'] = $match[1];
}
$this->includeExtJS( 'pmTables/' . $jsFile );
$this->setJSVar( 'flagProcessmap', (isset($_REQUEST['flagProcessmap'])) ? $_REQUEST['flagProcessmap'] : 0);