Skip to content

Commit

Permalink
Merge pull request #1668 from suraj-webkul/activities-datagrid
Browse files Browse the repository at this point in the history
activities datagrid total counts.
  • Loading branch information
devansh-webkul authored Oct 9, 2024
2 parents 70920da + d9818ca commit 96be604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function prepareQueryBuilder(): Builder
$query->whereIn('activities.user_id', $userIds)
->orWhereIn('activity_participants.user_id', $userIds);
}
});
})->groupBy('activities.id', 'leads.id', 'users.id');

$this->addFilter('id', 'activities.id');
$this->addFilter('title', 'activities.title');
Expand Down

0 comments on commit 96be604

Please sign in to comment.