Handle potentially multiple async massinputs per page
This commit is contained in:
parent
83eb22896e
commit
70d3ebcd2c
@ -415,7 +415,7 @@ massInput MassInput{..} FieldSettings{..} fvRequired initialResult csrf = do
|
||||
|
||||
MsgRenderer mr <- getMsgRenderer
|
||||
|
||||
whenM (hasCustomHeader HeaderMassInputShortcircuit) . liftHandlerT $ do
|
||||
whenM ((== Just fvId) <$> lookupCustomHeader HeaderMassInputShortcircuit) . liftHandlerT $ do
|
||||
PageContent{..} <- widgetToPageContent $(widgetFile "widgets/massinput/massinput-standalone")
|
||||
ur <- getUrlRenderParams
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user