Merged in marcoAntonioNina/processmaker/BUG-15567 (pull request #699)

BUG-15567 Cases List Problema con los idiomas al traducir... SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2014-08-21 12:57:18 -04:00
6 changed files with 13 additions and 8 deletions

View File

@@ -101,6 +101,10 @@ $allUsers = getAllUsersArray( $action );
$oHeadPublisher->assign( 'reassignReaderFields', $reassignReaderFields ); //sending the fields to get from proxy
$oHeadPublisher->addExtJsScript( 'cases/reassignList', false );
if (class_exists( 'enterprisePlugin' )) {
$oHeadPublisher->addExtJsScript(PATH_PLUGINS . "enterprise" . PATH_SEP . "advancedTools" . PATH_SEP , false, true);
}
$oHeadPublisher->assign( 'pageSize', $pageSize ); //sending the page size
$oHeadPublisher->assign( 'columns', $columns ); //sending the columns to display in grid
$oHeadPublisher->assign( 'readerFields', $readerFields ); //sending the fields to get from proxy