Breaking: #79227 - Removed ExtDirect State Provider
See forge#79227
Description
The ExtDirect based State Provider for ExtJS applications (endpoint TYPO3.
) has been removed.
The ExtDirect endpoint TYPO3.
is no longer available.
The following PHP classes have been removed:
\TYPO3\
CMS\ Backend\ Interface State\ Ext Direct\ Data Provider \TYPO3\
CMS\ Backend\ Tree\ Abstract Tree State Provider \TYPO3\
CMS\ Backend\ Tree\ Abstract Ext Js Tree
The relevant JavaScript file Ext
has been removed.
The PHP method php:Document
to load the JavaScript file has been removed.
Instead the jQuery-based AMD module TYPO3\
is incorporated to load the data the same way via an anonymous
State Provider which is handed to ExtJS as long as ExtJS is still available in the TYPO3 Core.
Impact
Accessing the ExtDirect endpoint will result in a JavaScript error. Loading the JavaScript file will result in a HTTP 404 error.
Instantiating the PHP class will result in a fatal PHP error.
Affected Installations
Any installation using custom implementations with ExtDirect and the State Provider shipped with the TYPO3 Core.
Migration
Include the TYPO3\
, and use the UserSettingsController class directly on the PHP side to
access the user settings.
See the implementation of the JavaScript Storage object for a more detailed usage.