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"
|
||||
, formEncoding = pagesizeEnc
|
||||
, formAttrs = [("class", "pagesize")]
|
||||
, formSubmit = FormNoSubmit
|
||||
, formSubmit = FormAutoSubmit
|
||||
, formAnchor = Just $ wIdent "pagesize-form"
|
||||
}
|
||||
uiLayout table = dbsFilterLayout filterWdgt filterEnc (SomeRoute $ rawAction :#: wIdent "table-wrapper") $(widgetFile "table/layout")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user