Fix dbTable-pagesize for FormAutoSubmit
This commit is contained in:
parent
341c75e497
commit
520621f0a1
@ -754,7 +754,7 @@ dbTable PSValidator{..} dbtable@DBTable{ dbtIdent = dbtIdent'@(toPathPiece -> db
|
|||||||
, formAction = Just . SomeRoute $ rawAction :#: wIdent "table-wrapper"
|
, formAction = Just . SomeRoute $ rawAction :#: wIdent "table-wrapper"
|
||||||
, formEncoding = pagesizeEnc
|
, formEncoding = pagesizeEnc
|
||||||
, formAttrs = [("class", "pagesize")]
|
, formAttrs = [("class", "pagesize")]
|
||||||
, formSubmit = FormNoSubmit
|
, formSubmit = FormAutoSubmit
|
||||||
, formAnchor = Just $ wIdent "pagesize-form"
|
, formAnchor = Just $ wIdent "pagesize-form"
|
||||||
}
|
}
|
||||||
uiLayout table = dbsFilterLayout filterWdgt filterEnc (SomeRoute $ rawAction :#: wIdent "table-wrapper") $(widgetFile "table/layout")
|
uiLayout table = dbsFilterLayout filterWdgt filterEnc (SomeRoute $ rawAction :#: wIdent "table-wrapper") $(widgetFile "table/layout")
|
||||||
|
|||||||
Reference in New Issue
Block a user