TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-83284:
|
||||
|
||||
=============================================================================
|
||||
Breaking: #83284 - Removed EXT:backend/Resources/Private/Templates/Close.html
|
||||
=============================================================================
|
||||
|
||||
See :issue:`83284`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The file :php:`EXT:backend/Resources/Private/Templates/Close.html` has been removed.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Accessing the file :php:`EXT:backend/Resources/Private/Templates/Close.html` will result in an empty
|
||||
string returned or an exception, depending on the code to access it.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
All instances, that manually access this file or use the extensions doing this..
|
||||
The extension scanner of the install tool will find affected extensions.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Use the file :php:`EXT:backend/Resources/Public/Html/Close.html` instead.
|
||||
|
||||
.. index:: Backend, NotScanned
|
||||
Reference in New Issue
Block a user