mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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 = [
|
||||
'item' => $log->item,
|
||||
'filename' => $log->filename,
|
||||
'admin' => $log->user,
|
||||
'admin' => $log->admin,
|
||||
'location' => ($location) ? $location->name : '',
|
||||
'note' => $note,
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue