symfony2admingenerator / AvocodeFormExtensionsBundle

(old-legacy) Symfony2 form extensions for Admingenerator project (also working standalone!)
Other
48 stars 31 forks source link

Support of ButtonType #64

Closed bobvandevijver closed 10 years ago

bobvandevijver commented 10 years ago

Symfony 2.3 added the ButtonType in form. It generate a Twig_Error_Runtime exception when using form_javascript and/or from_stylesheet cause there is no button_javascript or button_stylesheet. Add them

See https://github.com/genemu/GenemuFormBundle/commit/2ec24249a4f246021a62e6cf5c23a689ee2d5b9a

ioleo commented 10 years ago

@bobvandevijver merged, thanks