mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 21:44:28 +02:00
Fixed sorting for element choice type and added tests
This commit is contained in:
parent
61f02d693f
commit
1ec4266f96
5 changed files with 167 additions and 5 deletions
|
@ -73,7 +73,7 @@ class NodesListBuilder
|
|||
return $repo->getElementsAndPreviewAttachmentByIDs($ids);
|
||||
}
|
||||
|
||||
return $repo->getElementsFromIDArray($ids);
|
||||
return $repo->findByIDInMatchingOrder($ids);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue