TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-68571:
|
||||
|
||||
===========================================================
|
||||
Breaking: #68571 - Removed method ElementBrowser->getMsgBox
|
||||
===========================================================
|
||||
|
||||
See :issue:`68571`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The removed method `getMsgBox` in `ElementBrowser` used table based styling.
|
||||
The method has been removed since we have better means to display this kind of messages: FlashMessages or Callouts.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
A fatal error will be thrown if the method `getMsgBox` is used.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
Third party code using the removed method.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Remove the call to the method and replace the message with a FlashMessage.
|
||||
|
||||
|
||||
.. index:: PHP-API, Backend
|
||||
Reference in New Issue
Block a user