fix(allocation-list): fix default sorting

This commit is contained in:
Gregor Kleen 2019-12-06 17:32:41 +01:00
parent 0b56ecc6ec
commit 9eff3cfa10

View File

@ -124,7 +124,7 @@ getAllocationListR = do
psValidator :: PSValidator _ _
psValidator = def
& defaultSorting [SortDescBy "term", SortAscBy "school", SortAscBy "allocation"]
& defaultSorting [SortDescBy "term", SortAscBy "school-short", SortAscBy "allocation"]
table <- runDB $ dbTableWidget' psValidator DBTable{..}