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-62415:
===========================================================================
Breaking: #62415 - Remove deprecated disable_autocreate field in workspaces
===========================================================================
See :issue:`62415`
Description
===========
The field "disable_autocreate" from ext:workspaces has been removed.
Impact
======
If a 3rd party extension relies on the removed field an SQL error will be thrown.
Affected installations
======================
An installation is affected if a 3rd party extension relies on the removed field in the database.
Migration
=========
Remove any usage of the removed field in 3rd party extensions.
.. index:: Database, Backend, ext:workspaces