TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user