Feature #2053

ORDER BY after sorting by date

Added by Martin Keller 10 months ago. Updated 10 months ago.

Status:New Start:04/06/2011
Priority:Normal Due date:
Assigned to:Mario Matzulla % Done:

0%

Category:Frontend Output
Target version:1.5.0

Description

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

History

Updated by Thomas Kowtsch 10 months ago

  • Target version set to 1.5.0

Also available in: Atom PDF