Skip to content
Snippets Groups Projects
Commit 6742ad2e authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

update version + set inverse date order for planified actions on dashboard.

parent f63a4096
No related branches found
No related tags found
No related merge requests found
Pipeline #30028 failed
parameters:
app.version: "1.10.13"
app.version: "1.10.14"
framework:
secret: '%env(APP_SECRET)%'
......
......@@ -380,7 +380,7 @@ class Mesurement extends CRUDRepository implements Repository\Mesurement
->andWhere('u.status = :status')
->setParameter('date_start', $date->format('Y-m-d'))
->setParameter('status', 'not-applied')
->orderBy('u.planificationDate', 'ASC')
->orderBy('u.planificationDate', 'DESC')
;
if ($collectivity) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment