Merged in bugfix/PMCORE-2020 (pull request #7450)

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

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-08-21 19:34:18 +00:00
committed by Julio Cesar Laura Avendaño

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';