minor
This commit is contained in:
parent
22ffa3477d
commit
c4f47c4856
@ -140,7 +140,11 @@ handleMaterialEdit tid ssh csh cid template dbMaterial = do
|
||||
$ CourseR tid ssh csh (MaterialR mfName MShowR)
|
||||
|
||||
insertMaterialFile' :: MaterialId -> Source Handler (Either FileId File) -> DB ()
|
||||
insertMaterialFile' = error "TODO"
|
||||
insertMaterialFile' mid fs = do
|
||||
oldFileIds <- E.select . E.from $ \(file `E.InnerJoin` materialFile) -> do
|
||||
error "TODO"
|
||||
|
||||
error "TODO"
|
||||
|
||||
|
||||
getMDelR, postMDelR :: TermId -> SchoolId -> CourseShorthand -> MaterialName -> Handler Html
|
||||
|
||||
Loading…
Reference in New Issue
Block a user