Feat: Add assignment filter for admins
This commit is contained in:
@@ -34,7 +34,7 @@ class IndexController extends AbstractController
|
||||
|
||||
$query = $this
|
||||
->assignmentRepository
|
||||
->getListQuery($teamer)
|
||||
->getListQueryForTeamer($teamer)
|
||||
;
|
||||
|
||||
$pagination = $this->paginator->paginate(
|
||||
|
||||
Reference in New Issue
Block a user