mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
social issue api controller: correct orderBy query
This commit is contained in:
parent
568c4b60ef
commit
d4283a0b94
@ -32,7 +32,7 @@ class SocialIssueApiController extends ApiController
|
|||||||
|
|
||||||
protected function orderQuery(string $action, $query, Request $request, PaginatorInterface $paginator, $_format)
|
protected function orderQuery(string $action, $query, Request $request, PaginatorInterface $paginator, $_format)
|
||||||
{
|
{
|
||||||
$query->addOrderBy('ordering', 'ASC');
|
$query->addOrderBy('e.ordering', 'ASC');
|
||||||
return $query;
|
return $query;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user