WIP: Improve mobile layout
This commit is contained in:
@@ -48,6 +48,7 @@ class IndexController extends AbstractController
|
||||
);
|
||||
|
||||
return $this->render('teamer/index.html.twig', [
|
||||
'teamer' => $teamer,
|
||||
'pagination' => $pagination,
|
||||
'errors' => $errors,
|
||||
]);
|
||||
|
||||
@@ -55,7 +55,7 @@ class AssignmentRepository extends ServiceEntityRepository
|
||||
$qb = $this->createQueryBuilder('assignment');
|
||||
|
||||
$qb
|
||||
->select('assignment', 'destination', 'job_profile')
|
||||
->select('assignment', 'destination', 'job_profile', 'application')
|
||||
->innerJoin('assignment.teamers', 'teamer', Join::WITH, 'teamer = :teamer')
|
||||
->innerJoin('assignment.destination', 'destination')
|
||||
->innerJoin('assignment.jobProfile', 'job_profile')
|
||||
|
||||
Reference in New Issue
Block a user