Skip to content
Snippets Groups Projects
Commit b5ee7cf4 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Georg Ringer
Browse files

[BUGFIX] Fix dispatching of `formengine.dp.change` event for date fields

With the introduction of a new datetime picker, the listener for the
event `formengine.dp.change` was not attached properly which broke the
validation of updated datetime field. The listener is now attached to
the datetimer field properly.

To avoid introducing jQuery again, the method
`FormEngineValidation.markFieldAsChanged` became aware of non-jQuery
objects.

Resolves: #92913
Related: #91606
Releases: master
Change-Id: I3727f362a7d685fdea9bcdf0f1d3b37eca12d424
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66966


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent e566ae87
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment