Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
e08f9f2ca1
commit
65c85e7607
@ -144,7 +144,7 @@ courseAllocationRegistrationOpen now cid maid = E.exists . E.from $ \(allocation
|
|||||||
E.true
|
E.true
|
||||||
(\registerTo -> E.val now E.<=. registerTo)
|
(\registerTo -> E.val now E.<=. registerTo)
|
||||||
(allocation E.^. AllocationRegisterTo)
|
(allocation E.^. AllocationRegisterTo)
|
||||||
E.&&. maybe (E.val True) (\aid -> aid E.==. allocation E.^. AllocationId) maid
|
E.&&. maybe E.true (\aid -> aid E.==. allocation E.^. AllocationId) maid
|
||||||
|
|
||||||
|
|
||||||
numCourseParticipants :: E.SqlExpr (E.Value CourseId) -> E.SqlExpr (E.Value Int)
|
numCourseParticipants :: E.SqlExpr (E.Value CourseId) -> E.SqlExpr (E.Value Int)
|
||||||
|
|||||||
Reference in New Issue
Block a user