Deleting the Creation of RT old Version. & Fixing the paginator in RT List
This commit is contained in:
@@ -42,7 +42,7 @@ class pmTablesProxy extends HttpProxyController
|
||||
if ($pro_uid !== null) {
|
||||
$process = $pro_uid == '' ? array ('not_equal' => $pro_uid
|
||||
) : array ('equal' => $pro_uid);
|
||||
$addTables = AdditionalTables::getAll( $start, $limit, $filter, $process );
|
||||
$addTables = AdditionalTables::getAll( false, false, $filter, $process );
|
||||
|
||||
$c = $processMap->getReportTablesCriteria( $pro_uid );
|
||||
$oDataset = RoutePeer::doSelectRS( $c );
|
||||
|
||||
Reference in New Issue
Block a user