parent
cc285e953d
commit
8da542fb90
@ -882,10 +882,7 @@ pageActions (CSubmissionR tid csh shn cid SubShowR) =
|
|||||||
{ menuItemLabel = "Korrektur"
|
{ menuItemLabel = "Korrektur"
|
||||||
, menuItemIcon = Nothing
|
, menuItemIcon = Nothing
|
||||||
, menuItemRoute = CSubmissionR tid csh shn cid CorrectionR
|
, menuItemRoute = CSubmissionR tid csh shn cid CorrectionR
|
||||||
, menuItemAccessCallback' = do
|
, menuItemAccessCallback' = return True
|
||||||
smid <- decrypt cid
|
|
||||||
sm <- runDB $ get smid
|
|
||||||
return $ maybe False submissionRatingDone sm
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
pageActions (CSheetR tid csh shn SCorrR) =
|
pageActions (CSheetR tid csh shn SCorrR) =
|
||||||
|
|||||||
Reference in New Issue
Block a user