Skip to content
Snippets Groups Projects
Commit d021fbca authored by Gabe Troyan's avatar Gabe Troyan Committed by Benni Mack
Browse files

[BUGFIX] Input and save date properly when USdateFormat is set

Currently, the value of `USdateFormat` is disregarded because the
corresponding property, `FormEngineValidation.USmode`, is set to zero
regardless in `FormEngineValidation.initialize()`. This change will ensure
that `USmode` will remain 1 without conflicting with core functionality
that relies on `USmode` being set *before* `initialize()` is called.

Resolves: #86679
Releases: master, 10.4
Related-to: #91105
Change-Id: I5584ca7fe92742e28147f9883fedf53e0556f1b1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72034


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent c5b8e7a9
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