Added
Changed
- [#7962] Made
AbstractAdmin::setSubject()usegetModelClass()instead ofgetClass()to check is the subject is allowed (@7ochem)
Fixed
- [#7963] Fix
appendFormFieldElementon nested collection named the same as one of the parent fields (@fgueguen) - [#7961] Fixes ChoiceFieldMaskType behavior inside CollectionType (@Darkabso)
- [#7952] Fix an issue that an exception will be thrown by
Pool::getAdminByClass()when the admin code is different from its service id. (@tamcy) - [#7952] Fix a typo in the deprecation message which is triggered when multiple
sonata.admintags are found in the same service definition. (@tamcy)