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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user