False instead of True in Crud

This commit is contained in:
Michael Snoyman 2010-07-15 01:35:34 +03:00
parent f3417b59c5
commit 839efad98b
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ postCrudEditR s = do
crudHelper
"Edit item"
(Just (itemId, item))
False
True
getCrudDeleteR :: (Yesod master, Item item, SinglePiece (Key item))
=> String -> GHandler (Crud master item) master RepHtml

View File

@ -1,5 +1,5 @@
name: yesod
version: 0.4.0.2
version: 0.4.0.3
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>