TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-72372:
|
||||
|
||||
======================================================
|
||||
Breaking: #72372 - Removed deprecated code from beuser
|
||||
======================================================
|
||||
|
||||
See :issue:`72372`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The following methods have been removed from `PermissionAjaxController`
|
||||
|
||||
`renderOwnername`
|
||||
`renderPermissions`
|
||||
`renderGroupname`
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Using the methods above directly in any third party extension will result in a fatal error.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
Instances which use calls to the methods above.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Migrate your code that calls one of the methods to Fluid templates.
|
||||
|
||||
.. index:: PHP-API, ext:beuser, Backend
|
||||
Reference in New Issue
Block a user