mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:16:12 +02:00

[BUGFIX] Fix datetime TCA type

This commit is contained in:
Oliver Klee 2017-12-09 17:59:26 +01:00
parent b1dd069b5b
commit a16ae8dac3

View file

@ -121,12 +121,11 @@ $GLOBALS['TCA']['tx_tea_domain_model_testimonial'] = [
'exclude' => 0,
'label' => 'LLL:EXT:tea/Resources/Private/Language/locallang_db.xlf:tx_tea_domain_model_testimonial.date_of_posting',
'config' => [
'dbType' => 'datetime',
'type' => 'input',
'size' => 12,
'eval' => 'datetime',
'checkbox' => 0,
'default' => '0000-00-00 00:00:00',
'checkbox' => '0',
'default' => '0',
],
],
'number_of_consumed_cups' => [