Actions
Bug #68225
closedSorting objects by endtime in localisation not possible
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2015-07-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I have an ordinary list of objects sorted by endtime (access tab):
Repository:
protected $defaultOrderings = array ('endtime' => \TYPO3\CMS\Extbase\Persistence\QueryInterface::ORDER_ASCENDING);
In default language everything is fine, list of object is sorted by endtime ascending.
Now, on my localized listing objects are sorted randomly (by crdate or something like that).
Second weird thing is, that I am not able to output endtime or startime in fluid. Seems like these two properties are ignored or protected by default.
Actions