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-72462:
=====================================================
Breaking: #72462 - Removed deprecated JavaScript code
=====================================================
See :issue:`72462`
Description
===========
Removed deprecated JavaScript code
The following JavaScript functions have been removed:
`showClickmenu_raw`
`Clickmenu.show`
`Clickmenu.populateData`
`ShortcutManager.createShortcut`
`jsfunc.tbe_editor.getBackendPath`
Impact
======
Using one of the methods above will result in JavaScript errors in the TYPO3 CMS backend.
Affected Installations
======================
Instances which use custom calls to one of the methods above.
Migration
=========
For `Clickmenu.show` use `TYPO3.ClickMenu` instead.
For `Clickmenu.populateData` use `TYPO3.ClickMenu` instead.
For `showClickmenu_raw` use `TYPO3.ClickMenu` instead.
For `ShortcutManager.createShortcut` use `TYPO3.ShortcutMenu` directly.
.. index:: JavaScript, Backend