Feature #1873
API: Order entities by date
Start date:
2022-11-15
Estimated time:
Description
For the frontend table sort #1872 it would be great if
we could order the entities by their dates.
Related issues
History
Updated by Bernhard Koschiček-Krombholz 4 months ago
- Status changed from Acknowledged to Assigned
Updated by Bernhard Koschiček-Krombholz 4 months ago
Edited If sorting ascending, the entity with the "oldest" date will come first, sorting descending, the entity with the "youngest" date will be first. All entities without any date will come last, doesn't matter if asc or desc.
Right now, entities without a date get a temporary fictional date of (-)9999999-01-01T00:00:00. If we somehow get dates before that, we have to change this.
Updated by Bernhard Koschiček-Krombholz 4 months ago
- Target version changed from 7.12.0 to 7.8.0
Changes are in develop.