Skip to content

Commit

Permalink
Added serial as relation search
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Jan 20, 2025
1 parent 752d89d commit 8e4878f
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 8e4878f

Please sign in to comment.