EasyCorp / EasyAdminBundle

EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
MIT License
3.99k stars 1.01k forks source link

Allow fields containing null-safe property paths #6250

Closed alshenetsky closed 1 month ago

alshenetsky commented 1 month ago

see https://github.com/EasyCorp/EasyAdminBundle/issues/6249

Added additional field name sanitization so that symfony form does not throw an error on fields with null-safe property paths.

javiereguiluz commented 1 month ago

Thanks Alexey.