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:
committed by
Julio Cesar Laura Avendaño
commit
51c5616719
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user