Hide deleted tasks
This commit is contained in:
parent
9c1e441136
commit
6f37249ffb
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue