Default sorting is not set #1425
This commit is contained in:
parent
3174ddfef1
commit
0284d1648e
@ -90,7 +90,7 @@ class DmsfQuery < Query
|
||||
end
|
||||
|
||||
def default_sort_criteria
|
||||
[%(title ASC)]
|
||||
[['title', 'ASC']]
|
||||
end
|
||||
|
||||
def base_scope
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user