mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Show archived tasks
This commit is contained in:
parent
ec4fb0ae9d
commit
a95f9e608a
@ -48,6 +48,7 @@ class TasksTable extends Component
|
||||
|
||||
$query = $query
|
||||
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
|
||||
->withTrashed()
|
||||
->paginate($this->per_page);
|
||||
|
||||
return render('components.livewire.tasks-table', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user