Add rtd_location_id to tracked changes on checkin actionlog

This commit is contained in:
johnson-yi 2023-09-06 00:36:48 +00:00 committed by GitHub
parent a67888f3d3
commit 5897f4d6d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ trait Loggable
} }
$changed = []; $changed = [];
$originalValues = array_intersect_key($originalValues, array_flip(['action_date','name','status_id','location_id','expected_checkin'])); $originalValues = array_intersect_key($originalValues, array_flip(['action_date','name','status_id','location_id','rtd_location_id','expected_checkin']));
foreach ($originalValues as $key => $value) { foreach ($originalValues as $key => $value) {
if ($key == 'action_date' && $value != $action_date) { if ($key == 'action_date' && $value != $action_date) {