sonata-project / SonataFormatterBundle

Symfony SonataFormatterBundle
https://docs.sonata-project.org/projects/SonataFormatterBundle
MIT License
81 stars 117 forks source link

Fix sonata_formatter_type_widget with single format option template rendering #735

Closed azlotnikov closed 1 year ago

azlotnikov commented 1 year ago

Subject

Resolve Issue "FormatterType is not working with single format option"

I am targeting this branch, because it's a bug fix.

Closes #734

Changelog

### Fixed
- Fix sonata_formatter_type_widget with single format option template rendering
VincentLanglet commented 1 year ago

Thanks for the bugfix. Do you think you can add a test for this case ? @azlotnikov

azlotnikov commented 1 year ago

Thanks for the bugfix. Do you think you can add a test for this case ? @azlotnikov

Done, but I think it should improved a little bit, so dont merge pls.

azlotnikov commented 1 year ago

@VincentLanglet Seems ok now)

VincentLanglet commented 1 year ago

Thanks