SOLVED:Section: '/HOME/Inbox/(seleccionar un proceso con documentos cargados)/Summary/Uploaded Documents' does not display the list of uploaded documents, showing a javascript error, FORMATS undefined.

This commit is contained in:
Roly Rudy Gutierrez Pinto
2014-05-07 10:04:14 -04:00
parent c8540cd241
commit cc56a10464

View File

@@ -427,6 +427,7 @@ class Ajax
$conf = new Configurations();
$oHeadPublisher->addExtJsScript('cases/casesUploadedDocumentsPage', true); //adding a javascript file .js
$oHeadPublisher->addContent('cases/casesUploadedDocumentsPage'); //adding a html file .html.
$oHeadPublisher->assign("FORMATS", $conf->getFormats());
$oHeadPublisher->assign('pageSize', $conf->getEnvSetting('casesListRowNumber'));
G::RenderPage('publish', 'extJs');
}