mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-06 08:28:49 +00:00
attempt to sort chronologically, can not resort still
This commit is contained in:
@ -1127,7 +1127,8 @@ class ReportsController extends Controller
|
||||
'assignedTo' => function($query){
|
||||
$query->withTrashed();
|
||||
}
|
||||
]);
|
||||
])->orderByDesc('checkout_acceptances.created_at');
|
||||
|
||||
|
||||
if ($showDeleted) {
|
||||
$query->withTrashed();
|
||||
|
||||
Reference in New Issue
Block a user