Documentation for Handler.Utils.Delete
This commit is contained in:
parent
4da1be96ee
commit
973eeb18c0
@ -1,3 +1,13 @@
|
|||||||
|
{-|
|
||||||
|
Module : Handler.Utils.Delete
|
||||||
|
Description : Generic deletion from database after confirmation
|
||||||
|
|
||||||
|
`postDeleteR`, `getDeleteR`, and `deleteR` provide handlers for calling
|
||||||
|
`deleteCascade` on a `Set` of Record-`Key`s after asking for confirmation, which
|
||||||
|
currently entails asking the user to copy a text, which is dependent on the
|
||||||
|
records to be deleted (i.e. a comma-separated list of user names), into a
|
||||||
|
`Textarea`.
|
||||||
|
-}
|
||||||
module Handler.Utils.Delete
|
module Handler.Utils.Delete
|
||||||
( DeleteRoute(..)
|
( DeleteRoute(..)
|
||||||
, deleteR
|
, deleteR
|
||||||
|
|||||||
Reference in New Issue
Block a user