TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -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