HOR-264-B-31 "Request an option to rename..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2016-06-30 11:44:24 -04:00
parent 9e95b10463
commit bb9b85bf6a
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);