update default sort order (#429)

#426
This commit is contained in:
Devin Buhl
2017-01-24 15:16:22 -05:00
committed by Leonardo Galli
parent a0b80ad41a
commit 05f61df59e

View File

@@ -16,7 +16,7 @@ var Collection = PageableCollection.extend({
state : {
sortKey : 'sortTitle',
order : 1,
order : -1,
pageSize : 100000,
secondarySortKey : 'sortTitle',
secondarySortOrder : -1