PM-694 Se despliegua un warning en la ventana para crear un Case Scheduler con el instalador ejecutable SOLVED

This commit is contained in:
Julio Cesar Laura
2014-10-20 12:31:53 -04:00
parent 4cd65d987d
commit 383f19826d

View File

@@ -89,6 +89,9 @@ $G_PUBLISH = new Publisher();
$G_PUBLISH->ROWS_PER_PAGE = 10;
$G_PUBLISH->AddContent( 'propeltable', 'paged-table', 'cases/cases_Scheduler_List', $oCriteria, array ('CONFIRM' => G::LoadTranslation( 'ID_MSG_CONFIRM_DELETE_CASE_SCHEDULER' )
) );
if (!isset($G_PUBLISH->oPropelTable) || !is_object($G_PUBLISH->oPropelTable)) {
$G_PUBLISH->oPropelTable = new stdclass();
}
$G_PUBLISH->oPropelTable->rowsPerPage = 10;
G::RenderPage( 'publishBlank', 'blank' );