PM-861 Environment Display Information falta alerta de grabado exitoso SOLVED
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user