TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-63000:
|
||||
|
||||
===================================================
|
||||
Breaking: #63000 - Migrate EXT:cshmanual to Extbase
|
||||
===================================================
|
||||
|
||||
See :issue:`63000`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The extension "cshmanual" has been migrated to a newer code base by using Extbase and Fluid.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Any call to the previous public methods of the old controller HelpModuleController will fail as the code base changed.
|
||||
|
||||
|
||||
Affected installations
|
||||
======================
|
||||
|
||||
Any installation using an extension which calls the previously available methods directly.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Use the Extbase controller or Repository class.
|
||||
|
||||
|
||||
.. index:: PHP-API, ext:cshmanual, Backend
|
||||
Reference in New Issue
Block a user