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,45 @@
.. include:: /Includes.rst.txt
.. _breaking-78855:
==========================================================
Breaking: #78855 - Remove obsolete sys_action translations
==========================================================
See :issue:`78855`
Description
===========
These translations have been removed from :file:`EXT:sys_action/Resources/Private/Language/locallang.xlf`:
* action_BEu_hidden
* action_BEu_username
* action_BEu_password
* action_BEu_realName
* action_BEu_email
* action_BEu_usergroups
These translations have been removed from :file:`EXT:sys_action/Resources/Private/Language/locallang_tca.xlf`:
* tx_sys_action
Impact
======
Integrations / third party Extensions using these translation-keys within the mentioned files will output empty strings.
Affected Installations
======================
Installations that use the removed translations in third party code.
Migration
=========
Create your own :file:`locallang.xlf` file and add the required translations.
.. index:: Backend, ext:sys_action