mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 01:32:16 +01:00
Added filled gaps to time entry aggregation; Moved aggregation to service
This commit is contained in:
@@ -51,7 +51,7 @@ class TaskController extends Controller
|
||||
}
|
||||
|
||||
if (! $canViewAllTasks) {
|
||||
$query->visibleByUser($user);
|
||||
$query->visibleByEmployee($user);
|
||||
}
|
||||
|
||||
$tasks = $query->paginate(config('app.pagination_per_page_default'));
|
||||
|
||||
Reference in New Issue
Block a user