Order data structrues in select pickers alphabetically by their names.

This commit is contained in:
Jan Böhmer 2020-04-01 16:43:42 +02:00
parent 4ccfeef6ec
commit 63ca177699
10 changed files with 10 additions and 0 deletions

View file

@ -61,6 +61,7 @@ class Group extends AbstractStructuralDBElement implements HasPermissionsInterfa
{
/**
* @ORM\OneToMany(targetEntity="Group", mappedBy="parent")
* @ORM\OrderBy({"name" = "ASC"})
*/
protected $children;