Bug 259839

Summary: subtasks aren't displayed in the tasklist under their parent task
Product: [Applications] KOrganizer Mobile Reporter: Ludwig Reiter <ludwig.reiter>
Component: tasksAssignee: kdepim bugs <kdepim-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Windows CE   
OS: Microsoft Windows CE   
Latest Commit: Version Fixed In:

Description Ludwig Reiter 2010-12-14 14:02:51 UTC
Version:           unspecified (using Devel) 
OS:                Windows CE

version: 2010-12-13 svn-1206065

Reproducible: Always

Steps to Reproduce:
1. Clean up task list.
2. Create three test tasks (e.g.s1-3)
3. Select the first task in the list.
4. Create Subtask (e.g. sub)
5. Look at the task list

Actual Results:  
The subtask is displayed below the last task.

Expected Results:  
The subtask should be displayed under the parent task.
Comment 1 Tobias Koenig 2010-12-14 15:33:43 UTC
SVN commit 1206476 by tokoe:

Fix the lessThan operator to do proper thread grouping
and resort model as soon as task status changes.

BUG: 259839


 M  +4 -0      mainview.cpp  
 M  +20 -8     taskthreadgroupercomparator.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1206476
Comment 2 Ludwig Reiter 2010-12-16 14:36:39 UTC
version: 2010-12-15 svn-1206816

the subtask is now under the parent task.