Skip to content
Commit 9abd4418 authored by Glen Ditchfield's avatar Glen Ditchfield 🐛
Browse files

Sort by date/time correctly in the Event List view

This patch fixes some bugs in the Event View:

 * If the Event List view contains a mix of events, to-dos, and journal
   entries, sorting by their start date/time does not order them correctly,
   because the start values for to-do and journal list items are undefined.

 * The sorting code does not consider recurring to-dos.

 * Sorting by end date/time puts the list items in the reverse of the
 Â correct order;  try sorting the end date/time column and the summary
   column into ascending order, and compare the up/down indicators in the
   column headers.
parent e94e6413
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment