Skip to content
Snippets Groups Projects
Commit 97f1955c authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASk] Soprt jobs ascending by title

parent d75910ca
No related branches found
Tags 5.3.7
No related merge requests found
......@@ -261,7 +261,7 @@ class JobRepository extends Repository {
$query = $this->createQuery();
$query->setOrderings(
[
'sorting' => QueryInterface::ORDER_ASCENDING,
'title' => QueryInterface::ORDER_ASCENDING,
]
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment