Bug 143671

Summary: the sorting criteria when printing the ToDo-list are incorrect
Product: [Applications] korganizer Reporter: Kiril Dichev <kircho_boy>
Component: printingAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: christophe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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.