Actions
Bug #36710
closedDefining 'crdate' in TCA breaks formatting functionality in List module
Start date:
2012-04-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
As soon as 'crdate' is defined in a TCA, the core functionality to format the crdate from the extended List view in the backend List module is broken. Instead, the timestamp is displayed. This is disadvantageous if you need to set the crdate when e.g. creating records through an extension plugin because extbase requires to have fields defined in TCA to access them.
I'd suggest having a way to define crdate in TCA to use it in FE plugins and having the auto-formatting. 'eval' => 'datetime' does not affect anything here.
Attached a screenshot for visualisation (code / plugin output / backend list view).
Files
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.1 (Cleanup)
- Is Regression set to No
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Resolved
Set type to "input" in order to allow processing.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions