Actions
Bug #25048
closedTime 0:00 not possible if 'eval' => 'time'
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you have a TCA definition like this
'uhrzeit' => array (
'exclude' => 0,
'label' => 'LLL:EXT:mg_test/locallang_db.xml:tx_mgtest_test.uhrzeit',
'config' => array (
'type' => 'input',
'size' => '30',
'eval' => 'time',
)
),
it is not possible to enter 0:00 or 24:00
The Field will be emptied.
If you enter 0 the value will be 0:01
(issue imported from #M17603)
Actions