Skip to content

Commit

Permalink
Merge pull request #16102 from snipe/added_serial_search_to_activity_…
Browse files Browse the repository at this point in the history
…report
  • Loading branch information
snipe authored Jan 20, 2025
2 parents 752d89d + 8e4878f commit 2668960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Actionlog.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Actionlog extends SnipeModel
'company' => ['name'],
'adminuser' => ['first_name','last_name','username', 'email'],
'user' => ['first_name','last_name','username', 'email'],
'assets' => ['asset_tag','name'],
'assets' => ['asset_tag','name', 'serial'],
];

/**
Expand Down

0 comments on commit 2668960

Please sign in to comment.