feat: global documents for teamers

This commit is contained in:
Björn Fromme
2024-01-31 18:21:12 +01:00
parent 5d636108a1
commit e984497a29
4 changed files with 59 additions and 2 deletions
+1 -2
View File
@@ -29,9 +29,8 @@ class DispositionRepository extends ServiceEntityRepository
$qb = $this->createQueryBuilder('disposition');
return $qb
->select('disposition', 'assignment', 'job_profile', 'destination', 'documents')
->select('disposition', 'assignment', 'job_profile', 'destination')
->innerJoin('disposition.assignment', 'assignment')
->leftJoin('assignment.documents', 'documents')
->innerJoin('assignment.jobProfile', 'job_profile')
->innerJoin('assignment.destination', 'destination')
->where($qb->expr()->andX(