mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 06:54:36 -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()
|
$query = Task::query()
|
||||||
->where('company_id', $this->company->id)
|
->where('company_id', $this->company->id)
|
||||||
|
->where('is_deleted', false)
|
||||||
->where('client_id', auth('contact')->user()->client->id);
|
->where('client_id', auth('contact')->user()->client->id);
|
||||||
|
|
||||||
if ($this->company->getSetting('show_all_tasks_client_portal') === 'invoiced') {
|
if ($this->company->getSetting('show_all_tasks_client_portal') === 'invoiced') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user