Project

General

Profile

Actions

Bug #97216

closed

Time value "midnight" (00:00) is not accepted

Added by Oliver Hader about 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2022-03-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Having the following TCA configuration for a time field, allows to persist data via DataHandler, but then resets the value 00:00:00 to null in FormEngine.

'end_time' => [
  'exclude' => true,
  'label' => 'LLL:EXT:site/Resources/Private/Language/locallang_db.xlf:tx_site_domain_model_eventperformance.end_time',
  'config' => [
    'dbType' => 'time',
    'type' => 'input',
    'renderType' => 'inputDateTime',
    'size' => 12,
    'eval' => 'time,required',
    'default' => null,
  ],
],
\TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDateTimeFields::addData
  • $result['databaseRow'][$column] = '00:00:00'
  • $dateTimeFormats[$columnConfig['config']['dbType']]['empty'] = '00:00:00'
  • resetting value to null, since the given (correct) value is considered "to be empty"


Files

97216_view.png (53.4 KB) 97216_view.png Oliver Hader, 2022-03-21 10:21
97216_formengine.png (1.18 MB) 97216_formengine.png Oliver Hader, 2022-03-21 10:21

Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Bug #98252: TCA Default value for times cannot be setNew2022-09-02

Actions
Related to TYPO3 Core - Bug #99847: Null value for time field is ignored in BEResolved2023-02-06

Actions

Updated by Oliver Hader about 2 years ago

Actions #2

Updated by Oliver Hader about 2 years ago

  • Description updated (diff)
Actions #3

Updated by Oliver Hader about 2 years ago

  • Description updated (diff)
Actions #4

Updated by Gerrit Code Review about 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73999

Actions #5

Updated by Gerrit Code Review about 2 years ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73999

Actions #6

Updated by Gerrit Code Review about 2 years ago

Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74153

Actions #7

Updated by Oliver Hader about 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Georg Ringer over 1 year ago

  • Related to Bug #98252: TCA Default value for times cannot be set added
Actions #9

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions #10

Updated by JAKOTA Design Group GmbH about 1 year ago

  • Related to Bug #99847: Null value for time field is ignored in BE added
Actions

Also available in: Atom PDF