[Accompanying period work evaluations] list documents associated to a work by creation date, and then by id, from the most recent to older

This commit is contained in:
2022-04-20 13:52:48 +02:00
parent 0fd23c61a1
commit 44b537f05e
2 changed files with 2 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ class AccompanyingPeriodWorkEvaluation implements TrackCreationInterface, TrackU
* cascade={"remove", "persist"},
* orphanRemoval=true
* )
* @ORM\OrderBy({"createdAt": "DESC", "id": "DESC"})
* @Serializer\Groups({"read"})
*/
private Collection $documents;