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-76879:
=============================================================
Breaking: #76879 - Remove unused properties from PageTreeView
=============================================================
See :issue:`76879`
Description
===========
The following unused properties have been removed from the :php:`PageTreeView` class:
* :php:`ext_separateNotinmenuPages`
* :php:`ext_alphasortNotinmenuPages`
Impact
======
Extensions which use one of the public properties above will throw a fatal error.
Affected Installations
======================
All installations with a 3rd party extension using one of the classes above.
Migration
=========
No migration available.
.. index:: PHP-API, Backend