mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Add rtd_location_id to tracked changes on checkin actionlog
This commit is contained in:
parent
a67888f3d3
commit
5897f4d6d9
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue