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,34 @@
.. include:: /Includes.rst.txt
.. _breaking-78759:
=======================================================
Breaking: #78759 - Fluidification of EditFileController
=======================================================
See :issue:`78759`
Description
===========
While moving all HTML from PHP code to an own Fluid template the HTML string given to the hook after compiling the output is different now.
Impact
======
The HTML string given to the hook after compiling the output now contains the closing form tag :html:`</form>`.
Affected Installations
======================
All installations that append text to the HTML code in the hook after compiling the output.
Migration
=========
The hook code has to be changed to insert additional code before the closing form tag.
.. index:: Backend, Fluid