mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Hide deleted tasks
This commit is contained in:
parent
9c1e441136
commit
6f37249ffb
@ -36,6 +36,7 @@ class TasksTable extends Component
|
||||
{
|
||||
$query = Task::query()
|
||||
->where('company_id', $this->company->id)
|
||||
->where('is_deleted', false)
|
||||
->where('client_id', auth('contact')->user()->client->id);
|
||||
|
||||
if ($this->company->getSetting('show_all_tasks_client_portal') === 'invoiced') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user