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

View File

@@ -591,6 +591,7 @@ Ext.onReady ( function() {
if( c.dataIndex == 'APP_DEL_PREVIOUS_USER') c.renderer = previous_full_name;
if( c.dataIndex == 'APP_CURRENT_USER') c.renderer = full_name;
}
c.header = __('enterprise', _(c.header));
}
//adding the hidden field DEL_INIT_DATE