Skip to content

Commit

Permalink
Merge pull request #111 from digio-ch/issue/hc-240
Browse files Browse the repository at this point in the history
Sort camp widget chronologically
  • Loading branch information
SebastianStorz authored Feb 15, 2024
2 parents 9841524 + e02e1f6 commit 5d38db4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function getAllForPeriodAndMainGroup(string $from, string $to, Group $mai
->where('dc.dataPointDate >= :from')
->andWhere('dc.dataPointDate <= :to')
->andWhere('cg.group = :mainGroup')
->orderBy('dc.startDate')
->setParameter('mainGroup', $mainGroup)
->setParameter('from', $from)
->setParameter('to', $to)
Expand Down

0 comments on commit 5d38db4

Please sign in to comment.