Files
cms-core/Documentation/Changelog/8.3/Breaking-76879-RemoveUnusedPropertiesFromPageTreeView.rst

39 lines
747 B
ReStructuredText

.. 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