4.3.0
版本发布时间: 2021-11-20 22:45:49
sonata-project/SonataAdminBundle最新发布版本:4.31.0(2024-07-16 02:57:16)
Added
- [#7579] Added
AbstractAdminExtension::preBatchAction()
andAdminExtensionInterface::preBatchAction()
(as annotation for BC) to have an extension point on batch actions. (@7ochem) - [#7579] Added
AdminEventExtension::preBatchAction()
that dispatches asonata.admin.event.batch_action.pre_batch_action
event with a BatchActionEvent object containing the data (@7ochem) - [#7579] Added BatchActionEvent class as a transport for (newly introduced) batch action events (@7ochem)
- [#7604]
ModelManagerThrowable
(@VincentLanglet) - [#7604]
CRUDController::handleModelManagerThrowable()
(@VincentLanglet)
Deprecated
- [#7580]
FormTypeFieldExtension::getValueFromFieldDescription()
(@VincentLanglet) - [#7604]
CRUDController::handleModelManagerException()
(@VincentLanglet)