mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge pull request #11964 from snipe/fixes/audit_admin_presenting
Use admin ID for audit log notification
This commit is contained in:
commit
80279a95ae
|
@ -189,7 +189,7 @@ trait Loggable
|
||||||
$params = [
|
$params = [
|
||||||
'item' => $log->item,
|
'item' => $log->item,
|
||||||
'filename' => $log->filename,
|
'filename' => $log->filename,
|
||||||
'admin' => $log->user,
|
'admin' => $log->admin,
|
||||||
'location' => ($location) ? $location->name : '',
|
'location' => ($location) ? $location->name : '',
|
||||||
'note' => $note,
|
'note' => $note,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue