Bug 143671 - the sorting criteria when printing the ToDo-list are incorrect
Summary: the sorting criteria when printing the ToDo-list are incorrect
Status: RESOLVED WORKSFORME
Alias: None
Product: korganizer
Classification: Applications
Component: printing (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-31 18:06 UTC by Kiril Dichev
Modified: 2008-12-06 01:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kiril Dichev 2007-03-31 18:06:39 UTC
Version:           1.2 (using KDE KDE 3.5.1)
Installed from:    SuSE RPMs
OS:                Linux

When choosing the sorting options from the dropdown list (for example Sort Field: Due Date, Sort Direction: Ascending), the resulting list is sorted incorrectly: the first criterium seems to be the summary, the user-supplied option is used  only after the primary sorting by summary. 
Example:
Summary            Due Date
"A"                01/01/07
"B"                02/02/07
"A"                03/03/07

Sorting by Due Date results WRONGLY in:

"A"                01/01/07
"A"                03/03/07
"B"                02/02/07
Comment 1 Christophe Marin 2008-12-06 01:08:50 UTC
This bug cannot be reproduced in trunk. The to-do items are correctly sorted.