feat: show due documents on teamer dashboard
This commit is contained in:
@@ -45,6 +45,12 @@ class IndexController extends AbstractController
|
||||
->getPendingForTeamer($teamer)
|
||||
;
|
||||
|
||||
$currentDispositions = $this
|
||||
->entityManager
|
||||
->getRepository(Disposition::class)
|
||||
->findCurrentDispositionsByTeamer($teamer)
|
||||
;
|
||||
|
||||
$upcomingDispositions = $this
|
||||
->entityManager
|
||||
->getRepository(Disposition::class)
|
||||
@@ -55,6 +61,7 @@ class IndexController extends AbstractController
|
||||
'matchingAssignments' => $matchingAssignments,
|
||||
'recentFeedback' => $recentFeedback,
|
||||
'pendingApplications' => $pendingApplications,
|
||||
'currentDispositions' => $currentDispositions,
|
||||
'upcomingDispositions' => $upcomingDispositions,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user