PMCORE-2020 Standard log >> Intermediate timer event has different order and TimeZone is duplicated in the log file.

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-08-21 14:00:43 -04:00
parent c865e65658
commit 23bc47bc20

View File

@@ -1444,7 +1444,7 @@ class TimerEvent
$aInfo = array(
'ip' => \G::getIpAddress()
,'action' => $action
,'TimeZone' => $datetime
,'timeZone' => $datetime
,'workspace'=> $sysSys
);
$message = 'Not exists any record to start a new case';
@@ -1460,7 +1460,7 @@ class TimerEvent
$aInfo = array(
'ip' => \G::getIpAddress()
,'action' => $action
,'TimeZone' => $datetime
,'timeZone' => $datetime
,'workspace'=> $sysSys
);
$message = 'Start continue the cases';
@@ -1715,7 +1715,7 @@ class TimerEvent
$aInfo = array(
'ip' => \G::getIpAddress()
,'action' => $action
,'TimeZone' => $datetime
,'timeZone' => $datetime
,'workspace'=> $sysSys
);
$message = 'No existing records to continue a case';