HOR-2829
Logs for cases that are deleted in Production Tenant - Valeo
This commit is contained in:
@@ -1152,7 +1152,7 @@ class Cases
|
||||
$nameFiles .= $node['file'] . ":" . $node['function'] . "(" . $node['line'] . ")\n";
|
||||
}
|
||||
$dataLog = \Bootstrap::getDefaultContextLog();
|
||||
$dataLog['usrUid'] = $_SESSION['USER_LOGGED'];
|
||||
$dataLog['usrUid'] = isset($_SESSION['USER_LOGGED']) ? $_SESSION['USER_LOGGED'] : G::LoadTranslation('UID_UNDEFINED_USER');
|
||||
$dataLog['appUid'] = $sAppUid;
|
||||
$dataLog['request'] = $nameFiles;
|
||||
$dataLog['action'] = 'DeleteCases';
|
||||
|
||||
Reference in New Issue
Block a user