Correcion de notice en REPORT TABLES y arreglo de validacion en DBC

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-02-13 09:53:55 -04:00
parent 133c391723
commit da4d160240
2 changed files with 11 additions and 11 deletions

View File

@@ -239,7 +239,7 @@ class Table
$reservedWordsSql = G::reservedWordsSql();
if ($reportFlag) {
$defaultColumns = $this->getReportTableDefaultColumns($data['REP_TAB_TYPE']);
$defaultColumns = $this->getReportTableDefaultColumns($dataValidate['REP_TAB_TYPE']);
$columns = array_merge( $defaultColumns, $columns );
}

View File

@@ -58,12 +58,12 @@ class DataBaseConnection extends Api
* @param string $prj_uid {@min 1} {@max 32}
* @param array $request_data
*
* @param string $dbs_type {@from body} {@min 1}
* @param string $dbs_server {@from body} {@min 1}
* @param string $dbs_database_name {@from body} {@min 1}
* @param string $dbs_username {@from body} {@min 1}
* @param string $dbs_type {@from body} {@required true}
* @param string $dbs_server {@from body} {@required true}
* @param string $dbs_database_name {@from body} {@required true}
* @param string $dbs_username {@from body}
* @param string $dbs_port {@from body} {@type float}
* @param string $dbs_encode {@from body} {@min 1}
* @param string $dbs_encode {@from body} {@required true}
* @param string $dbs_password {@from body}
* @param string $dbs_description {@from body}
* @return array
@@ -99,12 +99,12 @@ class DataBaseConnection extends Api
* @param string $prj_uid {@min 1} {@max 32}
* @param array $request_data
*
* @param string $dbs_type {@from body} {@min 1}
* @param string $dbs_server {@from body} {@min 1}
* @param string $dbs_database_name {@from body} {@min 1}
* @param string $dbs_username {@from body} {@min 1}
* @param string $dbs_type {@from body} {@required true}
* @param string $dbs_server {@from body} {@required true}
* @param string $dbs_database_name {@from body} {@required true}
* @param string $dbs_username {@from body}
* @param string $dbs_port {@from body} {@type float}
* @param string $dbs_encode {@from body} {@min 1}
* @param string $dbs_encode {@from body} {@required true}
* @param string $dbs_password {@from body}
* @param string $dbs_description {@from body}
* @return array