fix(build)
This commit is contained in:
parent
2fdb132140
commit
02d10006fc
@ -252,7 +252,7 @@ mkDailyTable isAdmin ssh nd = do
|
|||||||
cqOrder = [E.asc $ cq E.^. CourseQualificationSortOrder, E.asc cqQual]
|
cqOrder = [E.asc $ cq E.^. CourseQualificationSortOrder, E.asc cqQual]
|
||||||
return $ E.arrayAggWith E.AggModeAll cqQual cqOrder
|
return $ E.arrayAggWith E.AggModeAll cqQual cqOrder
|
||||||
return (crs, tut, tpu, usr, avs, udy, tdy, selectCompanyUserPrime usr, associatedQualifications)
|
return (crs, tut, tpu, usr, avs, udy, tdy, selectCompanyUserPrime usr, associatedQualifications)
|
||||||
dbtRowKey = queryTutorial >>> (E.^. TutorialId)
|
dbtRowKey = queryParticipant >>> (E.^. TutorialParticipantId)
|
||||||
dbtProj = dbtProjId
|
dbtProj = dbtProjId
|
||||||
dbtColonnade = mconcat
|
dbtColonnade = mconcat
|
||||||
[ -- dbSelect (applying _2) id (return . view (resultTutorial . _entityKey))
|
[ -- dbSelect (applying _2) id (return . view (resultTutorial . _entityKey))
|
||||||
|
|||||||
Reference in New Issue
Block a user