Skip to content
Snippets Groups Projects
Commit 317b6da4 authored by Joerg Kummer's avatar Joerg Kummer Committed by Christian Kuhn
Browse files

[BUGFIX] DateTime parse error on edit pages field newUntil

Remove TCA config 'max' limit for datetime fields to avoid DateTime
parse errors. No other renderType='inputDateTime' fields in core
TCA have this limit set. Field pages.newUntil should too.

Resolves: #80022
Releases: master
Change-Id: I2b90a1f69d5b3f4f644faa3fab5d15bba6ca67ae
Reviewed-on: https://review.typo3.org/51859


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarJoerg Kummer <service@enobe.de>
Tested-by: default avatarJoerg Kummer <service@enobe.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 788fc17e
Branches
Tags
No related merge requests found
......@@ -397,7 +397,6 @@ return [
'config' => [
'type' => 'input',
'renderType' => 'inputDateTime',
'max' => 20,
'eval' => 'date',
'default' => 0
]
......
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