fix: typo
This commit is contained in:
parent
1277e50587
commit
a6e40f1be8
@ -1009,8 +1009,8 @@ tagAccessPredicate AuthAllocationTime = APDB $ \mAuthId route _ -> case route of
|
|||||||
mba <- mbAllocation tid ssh csh
|
mba <- mbAllocation tid ssh csh
|
||||||
case mba of
|
case mba of
|
||||||
Just (_, Allocation{..})
|
Just (_, Allocation{..})
|
||||||
| NTop allocationStaffRegisterTo <= NTop (Just now)
|
| NTop allocationRegisterByStaffTo <= NTop (Just now)
|
||||||
|| NTop allocationStaffRegisterFrom >= NTop (Just now)
|
|| NTop allocationRegisterByStaffFrom >= NTop (Just now)
|
||||||
-> unauthorizedI MsgUnauthorizedAllocatedCourseRegister
|
-> unauthorizedI MsgUnauthorizedAllocatedCourseRegister
|
||||||
_other -> return Authorized
|
_other -> return Authorized
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user