Breaking: #72398 - Removed deprecated code from EXT:recordlist
See forge#72398
Description
The following deprecated methods have been removed:
RecordList:: print Content () ElementBrowser Frameset Controller:: print Content ()
The following deprecated data members have been removed:
RecordList::$MCONF
Support for multiple UIDs in the URL parameter act in Abstract has been removed.
Impact
Using the methods or variables above directly in any third party extension will result in a fatal error.
Affected Installations
Instances which use custom calls to RecordList, AbstractLinkBrowserController, ElementBrowserFramesetController via the methods above, or use one of the variables mentioned above.
Migration
$MCONF no replacement for this
Record use Record instead
Abstract no replacement for using multiple UIDs
Element use Element instead