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,39 @@
.. include:: /Includes.rst.txt
.. _deprecation-91606:
===========================================================
Deprecation: #91606 - Global Datetime Picker initialization
===========================================================
See :issue:`91606`
Description
===========
Initializing all datetime pickers at once by invoking
:js:`DateTimePicker.initialize()` without passing an element has been marked as
deprecated.
Impact
======
Initializing all datetime pickers at once will trigger a deprecation warning in
the browser's console.
Affected Installations
======================
All 3rd party extensions calling :js:`DateTimePicker.initialize()` without any
arguments are affected.
Migration
=========
Initialize the datetime picker by passing an input element to the
:js:`.initialize()` method.
.. index:: Backend, JavaScript, NotScanned, ext:backend