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
This commit is contained in:
Erik Amaru Ortiz
2011-10-19 09:15:51 -04:00
parent 11f1cc7b5e
commit a7e4126f95
7 changed files with 155 additions and 191 deletions

View File

@@ -43,6 +43,8 @@
'casesListDateFormat' =>$_POST['casesListDateFormat'],
'casesListRowNumber' =>$_POST['casesListRowNumber']
);
$conf->aConfig['startCaseHideProcessInf'] = isset($_POST['hideProcessInf']) ? true : false;
$conf->saveConfig('ENVIRONMENT_SETTINGS', '');
$response = new StdClass();