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,38 @@
.. include:: /Includes.rst.txt
.. _breaking-60630-1668719184:
=======================================================
Breaking: #60630 - Scheduler Module Template File Moved
=======================================================
See :issue:`60630`
Description
===========
The HTML template file for the scheduler module was moved from EXT:scheduler/mod1/mod_template.html
to EXT:scheduler/Resources/Private/Templates/Module.html.
Impact
======
Broken module screen.
Affected installations
======================
A TYPO3 instance is affected if a 3rd party extension uses file EXT:scheduler/mod1/mod_template.html
Migration
=========
Use file EXT:scheduler/Resources/Private/Templates/Module.html instead or refactor the affected extension to free it
from the dependency to this scheduler internal file.
.. index:: ext:scheduler, Backend