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:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user