You need to specify the collection ordering in the schema definition.
--
You received this message because you are subscribed to the Google Groups "sonata-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/sonata-users/-/x8qgy9xeJtwJ.
To post to this group, send email to sonata...@googlegroups.com.
To unsubscribe from this group, send email to sonata-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sonata-users?hl=en.
/**
* @var ArrayCollection
*
* @ORM\OneToMany(targetEntity="Last_edition", mappedBy="homepage", cascade={"all"})
* @ORM\OrderBy({"num_order" = "ASC"})
*/
private $last_editions;