Merge pull request #1446 from julceslauhub/master
BUG 10953 IMPROVEMENT
This commit is contained in:
@@ -317,7 +317,7 @@ class pmTablesProxy extends HttpProxyController
|
|||||||
if ($isReportTable && $alterTable) {
|
if ($isReportTable && $alterTable) {
|
||||||
// the table was create successfully but we're catching problems while populating table
|
// the table was create successfully but we're catching problems while populating table
|
||||||
try {
|
try {
|
||||||
$oAdditionalTables->populateReportTable( $data['REP_TAB_NAME'], $pmTable->getDataSource(), $data['REP_TAB_TYPE'], $data['PRO_UID'], $data['REP_TAB_GRID'], $addTabData['ADD_TAB_UID'] );
|
$oAdditionalTables->populateReportTable( $data['REP_TAB_NAME'], $pmTable->getDataSource(), $data['REP_TAB_TYPE'], $data['PRO_UID'], $data['REP_TAB_GRID'], $addTabUid );
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$result->message = $result->msg = $e->getMessage();
|
$result->message = $result->msg = $e->getMessage();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user