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