Merge branch 'master' into 'live'
Fix Handling of fsAttrs in combinedButtonField See merge request !124
This commit is contained in:
commit
5a898c3303
@ -265,6 +265,7 @@ combinedButtonField bs FieldSettings{..} = formToAForm $ do
|
||||
name <- maybe newFormIdent return fsName
|
||||
(ress, fvs) <- fmap unzip . for bs $ \b -> mopt (buttonField b) ("" { fsId = Just $ fvId <> "__" <> toPathPiece b
|
||||
, fsName = Just $ name <> "__" <> toPathPiece b
|
||||
, fsAttrs
|
||||
}) Nothing
|
||||
return ( sequenceA ress
|
||||
, pure FieldView
|
||||
|
||||
Loading…
Reference in New Issue
Block a user