mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-05 04:49:44 +00:00
social issue api controller: correct orderBy query
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user