Skip to content

4.3.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 20 Nov 14:45
· 398 commits to 4.x since this release
0639d12

Added

  • [#7579] Added AbstractAdminExtension::preBatchAction() and AdminExtensionInterface::preBatchAction() (as annotation for BC) to have an extension point on batch actions. (@7ochem)
  • [#7579] Added AdminEventExtension::preBatchAction() that dispatches a sonata.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