False instead of True in Crud
This commit is contained in:
parent
f3417b59c5
commit
839efad98b
@ -96,7 +96,7 @@ postCrudEditR s = do
|
|||||||
crudHelper
|
crudHelper
|
||||||
"Edit item"
|
"Edit item"
|
||||||
(Just (itemId, item))
|
(Just (itemId, item))
|
||||||
False
|
True
|
||||||
|
|
||||||
getCrudDeleteR :: (Yesod master, Item item, SinglePiece (Key item))
|
getCrudDeleteR :: (Yesod master, Item item, SinglePiece (Key item))
|
||||||
=> String -> GHandler (Crud master item) master RepHtml
|
=> String -> GHandler (Crud master item) master RepHtml
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod
|
name: yesod
|
||||||
version: 0.4.0.2
|
version: 0.4.0.3
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user