PM-861 Environment Display Information falta alerta de grabado exitoso SOLVED

This commit is contained in:
Julio Cesar Laura
2014-10-31 15:59:48 -04:00
parent 72dd59f6f0
commit 3bcee2aff4

View File

@@ -46,7 +46,7 @@ switch ($request) {
$conf->aConfig = $config; $conf->aConfig = $config;
$conf->saveConfig( "ENVIRONMENT_SETTINGS", "" ); $conf->saveConfig( "ENVIRONMENT_SETTINGS", "" );
G::auditLog("UpdateEnvironmentSettings", "UserNameDisplayFormat -> ".$_POST["userFormat"]." GlobalDateFormat -> ".$_POST["dateFormat"]." HideProcessInformation -> ".$_POST["hideProcessInf"]." DateFormat -> ".$_POST["casesListDateFormat"]." NumberOfRowsPerPage -> ".$_POST["casesListRowNumber"]." RefreshTimeSeconds -> ".$_POST["txtCasesRefreshTime"]); G::auditLog("UpdateEnvironmentSettings", "UserNameDisplayFormat -> ".$_POST["userFormat"]." GlobalDateFormat -> ".$_POST["dateFormat"]." HideProcessInformation -> ".(string)isset($_POST["hideProcessInf"])." DateFormat -> ".$_POST["casesListDateFormat"]." NumberOfRowsPerPage -> ".$_POST["casesListRowNumber"]." RefreshTimeSeconds -> ".$_POST["txtCasesRefreshTime"]);
$response = new stdclass(); $response = new stdclass();
$response->success = true; $response->success = true;