Bug #25048
closedTime 0:00 not possible if 'eval' => 'time'
0%
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)
Updated by Alexander Opitz over 10 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.5
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.