fix(subs): primarily order subs list by assigned time
This commit is contained in:
parent
dbdd3dc565
commit
803d8b30df
@ -1023,7 +1023,7 @@ postCorrectionsR = do
|
||||
, colAssigned
|
||||
, colRating
|
||||
, colRated
|
||||
] -- Continue here
|
||||
]
|
||||
filterUI = Just $ mconcat
|
||||
[ filterUIPseudonym
|
||||
, filterUICourse courseOptions
|
||||
@ -1046,7 +1046,7 @@ postCorrectionsR = do
|
||||
psValidator = def
|
||||
& restrictCorrector
|
||||
& restrictAnonymous
|
||||
& defaultSorting [SortDescBy "ratingtime", SortAscBy "assignedtime" ]
|
||||
& defaultSorting [SortAscBy "assignedtime", SortDescBy "ratingtime"]
|
||||
& defaultFilter (singletonMap "israted" [toPathPiece False])
|
||||
|
||||
csvSettings = Just CorrectionTableCsvSettings
|
||||
|
||||
Reference in New Issue
Block a user