Revert "adjust property name to make it work with changes calendar bundle"

This reverts commit 822b96f87f.
This commit is contained in:
2022-09-08 12:46:15 +02:00
parent 967c8c62d4
commit b0d77a1656
6 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ final class JobAggregator implements AggregatorInterface
public function alterQuery(QueryBuilder $qb, $data)
{
if (!in_array('caluser', $qb->getAllAliases(), true)) {
$qb->join('cal.mainUser', 'caluser');
$qb->join('cal.user', 'caluser');
}
$qb->addSelect('IDENTITY(caluser.userJob) as job_aggregator');