TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-62595:
|
||||
|
||||
===========================================
|
||||
Breaking: #62595 - Remove SU change-to mode
|
||||
===========================================
|
||||
|
||||
See :issue:`62595`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The permanent user switch has been removed from backend user list for a better UX.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
The parameter "emulate" in the view helper "SwitchUser" is dropped. Using the
|
||||
argument causes an error "Argument "emulate" was not registered".
|
||||
|
||||
|
||||
Affected installations
|
||||
======================
|
||||
|
||||
Any installation using an extension that uses the view helper "SwitchUser" with
|
||||
"emulate" argument.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Drop the "emulate" argument in the view helper call.
|
||||
|
||||
|
||||
.. index:: Fluid, Backend
|
||||
Reference in New Issue
Block a user