mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
invert sort list events
This commit is contained in:
parent
78acb56b43
commit
a36c612542
@ -294,7 +294,7 @@ class EventController extends Controller
|
|||||||
JOIN participation.event event
|
JOIN participation.event event
|
||||||
WHERE participation.person = :person_id
|
WHERE participation.person = :person_id
|
||||||
AND event.circle IN (:reachable_circles)
|
AND event.circle IN (:reachable_circles)
|
||||||
ORDER BY event.date DESC
|
ORDER BY event.date ASC
|
||||||
")
|
")
|
||||||
->setParameters(array(
|
->setParameters(array(
|
||||||
':person_id' => $person_id,
|
':person_id' => $person_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user