Project

General

Profile

Actions

Bug #68225

closed

Sorting objects by endtime in localisation not possible

Added by Philipp Idler almost 9 years ago. Updated over 6 years ago.

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

Also available in: Atom PDF