4.21.0
版本发布时间: 2022-11-11 16:53:50
sonata-project/SonataAdminBundle最新发布版本:4.31.0(2024-07-16 02:57:16)
Added
Changed
- [#7962] Made
AbstractAdmin::setSubject()
usegetModelClass()
instead ofgetClass()
to check is the subject is allowed (@7ochem)
Fixed
- [#7963] Fix
appendFormFieldElement
on 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.admin
tags are found in the same service definition. (@tamcy)