mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:56:12 +01:00
[BUGFIX] Fix datetime TCA type
This commit is contained in:
parent
b1dd069b5b
commit
a16ae8dac3
1 changed files with 2 additions and 3 deletions
|
@ -121,12 +121,11 @@ $GLOBALS['TCA']['tx_tea_domain_model_testimonial'] = [
|
||||||
'exclude' => 0,
|
'exclude' => 0,
|
||||||
'label' => 'LLL:EXT:tea/Resources/Private/Language/locallang_db.xlf:tx_tea_domain_model_testimonial.date_of_posting',
|
'label' => 'LLL:EXT:tea/Resources/Private/Language/locallang_db.xlf:tx_tea_domain_model_testimonial.date_of_posting',
|
||||||
'config' => [
|
'config' => [
|
||||||
'dbType' => 'datetime',
|
|
||||||
'type' => 'input',
|
'type' => 'input',
|
||||||
'size' => 12,
|
'size' => 12,
|
||||||
'eval' => 'datetime',
|
'eval' => 'datetime',
|
||||||
'checkbox' => 0,
|
'checkbox' => '0',
|
||||||
'default' => '0000-00-00 00:00:00',
|
'default' => '0',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'number_of_consumed_cups' => [
|
'number_of_consumed_cups' => [
|
||||||
|
|
Loading…
Reference in a new issue