Feature #29704
ORDER BY after sorting by date
| Status: | New | Start date: | 2011-09-20 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Frontend | Spent time: | - | |
| Target version: | 1.6 | |||
| Votes: | 0 |
Description
Von Martin Keller 06-4-2011
I have extended tx_cal_event with a true/false (0/1) field for marking events as sponsored. in a daywrap section, they should be listed first and sorted by tx_cal_event.title.
As a SQL statement you would simply add
... ORDER BY tx_cal_event.sponsored DESC, tx_cal_event.title
Subtasks
History
Updated by Thomas Kowtsch over 1 year ago
- Category set to Frontend
Updated by Thomas Kowtsch over 1 year ago
- Target version changed from 2.0.0 to 1.5
We should try to find a more generic approach for sorting, see also related issue ##30130
Updated by Thomas Kowtsch 7 months ago
- Target version changed from 1.5 to 1.6