Files
luos/workflow/engine/methods/setup/environmentSettings.php
Erik Amaru Ortiz a7e4126f95 BUG 7598 "New Feature about the process information"
- Added an option to hide the process information on start case panel
-- the option is in ADMIN->Environments->Hide Process Information checkbox
2011-10-19 09:15:51 -04:00

8 lines
326 B
PHP
Executable File

<?php
G::loadClass('configuration');
$c = new Configurations;
$oHeadPublisher =& headPublisher::getSingleton();
$oHeadPublisher->addExtJsScript('setup/environmentSettings', true);
//$conf->aConfig['startCaseHideProcessInf']
$oHeadPublisher->assign('FORMATS',$c->getFormats());
G::RenderPage('publish', 'extJs');