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,46 @@
.. include:: /Includes.rst.txt
.. _breaking-92499:
==========================================================================
Breaking: #92499 - AdminPanel does not preview hidden Frontend User Groups
==========================================================================
See :issue:`92499`
Description
===========
Admin Panel previously allowed to also render a page with frontend groups that
were hidden / disabled. This feature has been removed,
in order to ensure consistency for the authentication process.
The property :php:`AbstractUserAuthentication::showHiddenRecords` which
was used to transfer this information is removed.
Impact
======
The Admin Panel selector now only shows a list of active groups
to simulate from.
Using the removed PHP property :php:`AbstractUserAuthentication::showHiddenRecords` will result
in a PHP notice.
Affected Installations
======================
TYPO3 installations with Admin Panel activated and Frontend Groups
that are disabled.
Migration
=========
It is recommended to include groups where no user is assigned to
for simulation purposes, if this feature is needed to preview
content.
.. index:: Frontend, ext:adminpanel, FullyScanned