fix(allocation-list): fix default sorting
This commit is contained in:
parent
0b56ecc6ec
commit
9eff3cfa10
@ -124,7 +124,7 @@ getAllocationListR = do
|
|||||||
|
|
||||||
psValidator :: PSValidator _ _
|
psValidator :: PSValidator _ _
|
||||||
psValidator = def
|
psValidator = def
|
||||||
& defaultSorting [SortDescBy "term", SortAscBy "school", SortAscBy "allocation"]
|
& defaultSorting [SortDescBy "term", SortAscBy "school-short", SortAscBy "allocation"]
|
||||||
|
|
||||||
table <- runDB $ dbTableWidget' psValidator DBTable{..}
|
table <- runDB $ dbTableWidget' psValidator DBTable{..}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user