mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
Fix tests
This commit is contained in:
@@ -56,7 +56,7 @@ class OrderRepository extends EntityRepository
|
||||
}
|
||||
|
||||
if ($sort === 'user') {
|
||||
$qb->orderBy('o.userId', 'ASC');
|
||||
$qb->orderBy('o.user', 'ASC');
|
||||
} elseif ($sort === 'usage') {
|
||||
$qb->orderBy('o.orderUsage', 'ASC');
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user