Fix build.
This commit is contained in:
parent
d937e3d894
commit
bef662d162
@ -151,13 +151,13 @@ postProfileDataR = do
|
|||||||
-- first determine all submission that solely depend on this user:
|
-- first determine all submission that solely depend on this user:
|
||||||
-- SubmissionGroup / SubmissionGroupUser
|
-- SubmissionGroup / SubmissionGroupUser
|
||||||
-- Submission / SubmissionUser
|
-- Submission / SubmissionUser
|
||||||
|
|
||||||
-- runDB $ deleteCascade uid
|
-- runDB $ deleteCascade uid
|
||||||
(FormSuccess BtnAbort ) -> do
|
(FormSuccess BtnAbort ) -> do
|
||||||
addMessageI Info MsgAborted
|
addMessageI Info MsgAborted
|
||||||
getProfileDataR
|
redirect ProfileDataR
|
||||||
_other -> do
|
_other -> return ()
|
||||||
getProfileDataR
|
getProfileDataR
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
getProfileDataR :: Handler Html
|
getProfileDataR :: Handler Html
|
||||||
|
|||||||
Reference in New Issue
Block a user