3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-05-13 10:07:31 +00:00

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

View File

@ -144,7 +144,7 @@ trait Loggable
}
$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) {
if ($key == 'action_date' && $value != $action_date) {