mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Order data structrues in select pickers alphabetically by their names.
This commit is contained in:
parent
4ccfeef6ec
commit
63ca177699
10 changed files with 10 additions and 0 deletions
|
@ -61,6 +61,7 @@ class Group extends AbstractStructuralDBElement implements HasPermissionsInterfa
|
|||
{
|
||||
/**
|
||||
* @ORM\OneToMany(targetEntity="Group", mappedBy="parent")
|
||||
* @ORM\OrderBy({"name" = "ASC"})
|
||||
*/
|
||||
protected $children;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue